Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Jan 1, 2024
1 parent 3121e08 commit e743457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/pages/dashboard/ManageDomain/cmp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export default function ManageDomain() {
variant={status?.status ? 'success' : 'error'}
tw="ml-4"
>
{status?.status ? 'DOMAIN RECORDS CONFIGURED' : 'DOMAIN RECORDS NOT CONFIGURED'}
{status?.status
? 'DOMAIN RECORDS CONFIGURED'
: 'DOMAIN RECORDS NOT CONFIGURED'}
</StatusLabel>
</div>
<div>
Expand Down

0 comments on commit e743457

Please sign in to comment.