diff --git a/src/components/AsyncReplicationState/AsyncReplicationState.tsx b/src/components/AsyncReplicationState/AsyncReplicationState.tsx index 73a39a49b..c33a9f26d 100644 --- a/src/components/AsyncReplicationState/AsyncReplicationState.tsx +++ b/src/components/AsyncReplicationState/AsyncReplicationState.tsx @@ -24,5 +24,5 @@ export function AsyncReplicationState({state}: AsyncReplicationStateProps) { return ; } - return ; + return ; }