fix: show created on col if apiKeyCreatedAt exists

This commit is contained in:
amhsirak
2025-12-30 00:37:37 +05:30
parent d1e0164047
commit 0006165f1a

View File

@@ -136,7 +136,7 @@ const ApiKeyManager = () => {
<TableRow>
<TableCell>{t('apikey.table.name')}</TableCell>
<TableCell>{t('apikey.table.key')}</TableCell>
<TableCell>Created On</TableCell>
{apiKeyCreatedAt && <TableCell>Created On</TableCell>}
<TableCell align="center" sx={{ width: 160 }}>{t('apikey.table.actions')}</TableCell>
</TableRow>
</TableHead>