Skip to content

Commit

Permalink
fix: some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov committed Nov 7, 2024
1 parent 3813db7 commit 903dc08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export function AsyncReplicationState({state}: AsyncReplicationStateProps) {
return <Label theme="danger">Error</Label>;
}

return <Label size="s">Unknown</Label>;
return <Label size="s">{'Unknown'}</Label>;
}

0 comments on commit 903dc08

Please sign in to comment.