fix: sync popup is not showing

This commit is contained in:
reya
2024-08-05 09:48:49 +07:00
parent dde23df13b
commit 4c60e55d50
4 changed files with 11 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ function ChatList() {
))
)}
</ScrollArea.Viewport>
{!isSync && !data ? <SyncPopup progress={progress} /> : null}
{!isSync ? <SyncPopup progress={progress} /> : null}
<ScrollArea.Scrollbar
className="flex select-none touch-none p-0.5 duration-[160ms] ease-out data-[orientation=vertical]:w-2"
orientation="vertical"