Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Sep 23, 2024
1 parent c6e8abc commit 3ca9956
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/builder/app/builder/features/topbar/domains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,6 @@ const DomainItem = (props: {
{updateStatusError && (
<Text color="destructive">{updateStatusError}</Text>
)}
{updateStatusError !== undefined && (
<Text color="destructive">{updateStatusError}</Text>
)}
<Button
formAction={handleUpdateStatus}
state={isCheckStateInProgress ? "pending" : undefined}
Expand Down

0 comments on commit 3ca9956

Please sign in to comment.