diff --git a/apps/admin/src/sections/product/subscribe-table.tsx b/apps/admin/src/sections/product/subscribe-table.tsx
index 8287987..de846e8 100644
--- a/apps/admin/src/sections/product/subscribe-table.tsx
+++ b/apps/admin/src/sections/product/subscribe-table.tsx
@@ -211,7 +211,7 @@ export default function SubscribeTable() {
cell: ({ row }) => {
const inventory = row.getValue("inventory") as number;
return inventory === -1 ? (
- t("unlimited")
+
) : (
);