fix(expense drawer): expense drawer.

This commit is contained in:
elforjani3
2021-04-28 20:37:44 +02:00
parent 8b7b800834
commit 1fbfd7693f
3 changed files with 3 additions and 12 deletions

View File

@@ -75,7 +75,6 @@ function ExpensesDataTable({
const handleViewDetailExpense = ({ id }) => {
openDrawer('expense-drawer', {
expenseId: id,
title: `Expense`,
});
};