mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP / FIx & no-unused-vars
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React, {useEffect, useState, useMemo, useCallback} from 'react';
|
||||
import React, {useEffect, useState, useCallback} from 'react';
|
||||
import { useAsync } from 'react-use';
|
||||
import { useParams } from 'react-router-dom';
|
||||
import { Intent, Alert } from '@blueprintjs/core';
|
||||
@@ -57,7 +57,7 @@ function ViewFormPage({
|
||||
return () => {
|
||||
changePageTitle('');
|
||||
};
|
||||
}, [viewId, changePageTitle]);
|
||||
}, [viewId, changePageTitle,formatMessage]);
|
||||
|
||||
|
||||
// Handle delete view button click.
|
||||
|
||||
Reference in New Issue
Block a user