Skip to content

Commit

Permalink
Stlye
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mechler committed Sep 23, 2022
1 parent 5a7b440 commit ce1f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/SidebarUtils.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import Onyx from 'react-native-onyx';
import _ from 'underscore';
import Str from 'expensify-common/lib/str';
import lodashGet from 'lodash/get';
import ONYXKEYS from '../ONYXKEYS';
import * as ReportUtils from './ReportUtils';
import * as Localize from './Localize';
import CONST from '../CONST';
import * as OptionsListUtils from './OptionsListUtils';
import * as CollectionUtils from './CollectionUtils';
import Permissions from './Permissions';
import lodashGet from 'lodash/get';

// Note: It is very important that the keys subscribed to here are the same
// keys that are connected to SidebarLinks withOnyx(). If there was a key missing from SidebarLinks and it's data was updated
Expand Down

0 comments on commit ce1f588

Please sign in to comment.