mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: Remove the not used imports and functions.
This commit is contained in:
@@ -36,7 +36,7 @@ function Journal({
|
||||
|
||||
useEffect(() => {
|
||||
changePageTitle(formatMessage({id:'journal_sheet'}));
|
||||
}, []);
|
||||
}, [changePageTitle,formatMessage]);
|
||||
|
||||
const fetchHook = useQuery(['journal', filter],
|
||||
(key, query) => requestFetchJournalSheet(query),
|
||||
|
||||
Reference in New Issue
Block a user