Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-nayaka committed Jul 8, 2024
1 parent 0d75766 commit f53c538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions idea/frontend/src/pages/dns/dns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const Dns = () => {
block={renderSkeleton()}
title="There is no dDNS yet"
description="Create a new dDNS right now."
children={<CreateDns onSuccess={refetch} color="primary" />}
blocksCount={5}
isEmpty={isEmpty}
/>
isEmpty={isEmpty}>
<CreateDns onSuccess={refetch} color="primary" />
</Placeholder>
</div>
) : (
<List items={dns} hasMore={hasMore} renderItem={renderDns} fetchMore={fetchMore} />
Expand Down

0 comments on commit f53c538

Please sign in to comment.