minor fixes

This commit is contained in:
Ren Amamiya
2023-06-02 18:32:09 +07:00
parent 48e453fe5c
commit e2491e47c0
10 changed files with 33 additions and 34 deletions

View File

@@ -55,9 +55,7 @@ export const useActiveAccount = create(
const target = state.blocks.findIndex(
(b: { id: string }) => b.id === id,
);
if (target) {
state.blocks.splice(target, 1);
}
state.blocks.splice(target, 1);
});
},
updateFollows: (list: any) => {