Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unique #3977

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Update settings.tsx
Unique-Bug authored Sep 27, 2023
commit 39fa863632aa97cfde765711ae89b8f6eae72b1a
4 changes: 2 additions & 2 deletions app/components/settings.tsx
Original file line number Diff line number Diff line change
@@ -541,9 +541,9 @@ function SyncItems() {
</ListItem>
</List>

{showSyncConfigModal && (
{/* {showSyncConfigModal && (
<SyncConfigModal onClose={() => setShowSyncConfigModal(false)} />
)}
)} */}
</>
);
}