diff --git a/src/app/(dashboard)/inventory/assets/[assetId]/edit/page.tsx b/src/app/(dashboard)/inventory/assets/[assetId]/edit/page.tsx index 1252912..571233a 100644 --- a/src/app/(dashboard)/inventory/assets/[assetId]/edit/page.tsx +++ b/src/app/(dashboard)/inventory/assets/[assetId]/edit/page.tsx @@ -18,20 +18,23 @@ export default async function EditAssetPage({ const recipients = await RecipientService.findAll() const asset = await AssetService.findById(assetId) const { dictionary } = await getI18n() + const copy = dictionary.inventory.assets if (!asset) { - return