fix: show created on col if apiKeyCreatedAt exists
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user