fix receipts view.

This commit is contained in:
elforjani3
2021-02-21 12:09:53 +02:00
parent 8eba9254b3
commit d9a38fc143
2 changed files with 4 additions and 6 deletions

View File

@@ -45,9 +45,7 @@ function ReceiptActionsBar({
// Handle the active tab change.
const handleTabChange = (viewId) => {
setReceiptsTableState({
csutomViewId: viewId.id || null,
});
setReceiptsTableState({ customViewId: viewId.id || null });
};
return (