diff --git a/airbyte-webapp/src/components/EntityTable/components/StatusCell.tsx b/airbyte-webapp/src/components/EntityTable/components/StatusCell.tsx index 72e4c364a5a8..54cd0891d6e9 100644 --- a/airbyte-webapp/src/components/EntityTable/components/StatusCell.tsx +++ b/airbyte-webapp/src/components/EntityTable/components/StatusCell.tsx @@ -62,7 +62,7 @@ const StatusCell: React.FC = ({ enabled, isManual, id, isSyncing, onSync } return ( - + );