chore: lint
This commit is contained in:
@@ -89,7 +89,7 @@ const ApiKeyManager = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
<Typography variant="h5" sx={{ marginBottom: '20px'}}>Manage Your API Key</Typography>
|
<Typography variant="h5" sx={{ marginBottom: '20px' }}>Manage Your API Key</Typography>
|
||||||
|
|
||||||
{apiKey ? (
|
{apiKey ? (
|
||||||
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
<TableContainer component={Paper} sx={{ width: '100%', overflow: 'hidden' }}>
|
||||||
@@ -129,7 +129,7 @@ const ApiKeyManager = () => {
|
|||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Typography>You haven't generated an API key yet.</Typography>
|
<Typography>You haven't generated an API key yet.</Typography>
|
||||||
<Button onClick={generateApiKey} variant="contained" color="primary" sx={{ marginTop: '15px'}}>
|
<Button onClick={generateApiKey} variant="contained" color="primary" sx={{ marginTop: '15px' }}>
|
||||||
Generate API Key
|
Generate API Key
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user