diff --git a/src/components/GitHubConnector.tsx b/src/components/GitHubConnector.tsx index 14266ce..53fcf18 100644 --- a/src/components/GitHubConnector.tsx +++ b/src/components/GitHubConnector.tsx @@ -365,7 +365,24 @@ export function GitHubConnector({ appId, folderName }: GitHubConnectorProps) { {isDisconnecting ? "Disconnecting..." : "Disconnect from repo"} - {syncError &&
{syncError}
} + {syncError && ( + + )} {syncSuccess && (Successfully pushed to GitHub!
)}