mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
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:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user