mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
WIP / FIx & no-unused-vars
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {pickItemsFromIds} from 'store/selectors';
|
||||
import { getResourceField, getResourceColumn } from 'store/resources/resources.reducer';
|
||||
import {getResourceColumn } from 'store/resources/resources.reducer';
|
||||
|
||||
export const getResourceViews = (state, resourceName) => {
|
||||
const resourceViewsIds = state.views.resourceViews[resourceName] || [];
|
||||
|
||||
Reference in New Issue
Block a user