fix: format

This commit is contained in:
amhsirak
2024-12-31 21:27:12 +05:30
parent 4c0ad3ceed
commit a3337d7fcc

View File

@@ -126,7 +126,7 @@ const ApiKeyManager = () => {
<TableCell>{apiKeyName}</TableCell>
<TableCell>
<Box sx={{ fontFamily: 'monospace', width: '10ch' }}>
{showKey ? `${apiKey?.substring(0, 10)}...` : '**********'}
{showKey ? `${apiKey?.substring(0, 10)}...` : '**********'}
</Box>
</TableCell>
<TableCell>