refactor(v1 cleanup): added in removal of localstoage items from v1
This commit is contained in:
@@ -43,7 +43,7 @@ export const useCardStore = create<CardStore>()(
|
||||
cards: state.cards.filter((card) => card.name !== name),
|
||||
})),
|
||||
}),
|
||||
{ name: "card-storage" }
|
||||
{ name: "cards" }
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user