chore(deps): update dependency eslint-config-airbnb to v19 (#718)

* chore(deps): update dependency eslint-config-airbnb to v19

* chore: update linting

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
This commit is contained in:
renovate[bot]
2022-03-10 09:15:43 +01:00
committed by GitHub
parent 8a081fe3f2
commit d38a7e9c91
31 changed files with 174 additions and 192 deletions

View File

@@ -9,7 +9,7 @@ import SelectedFields from './SelectedFields';
import Nav from './Nav';
import useAppSelections from '../../hooks/useAppSelections';
const AppSelections = ({ app }) => {
function AppSelections({ app }) {
const theme = useTheme();
const [appSelections] = useAppSelections(app);
if (!appSelections) return null;
@@ -36,7 +36,7 @@ const AppSelections = ({ app }) => {
</Grid>
</Grid>
);
};
}
export { AppSelections };