Line up selectedAll with the rest of the object it sits in

It came in at two spaces inside a six-space set({ ... }), which reads as
if it belonged to an outer scope. Whitespace only.
This commit is contained in:
2026-09-01 23:31:28 -07:00
parent be8b89f5ab
commit 1ed8531764
+1 -1
View File
@@ -310,7 +310,7 @@ export const useMail = create<MailState>((set, get) => ({
set({
list: { ...q, key, ids: reuse ? cur.ids : [], total: reuse ? cur.total : 0, queryState: null, loading: true, loadingMore: false, error: null, exhausted: false },
selected: {},
selectedAll: false,
selectedAll: false,
anchorId: null,
});
try {