Skip to content

Commit 122babf

Browse files
committed
fix: prettier
1 parent 0b58837 commit 122babf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ function Search({queryJSON, searchResults, onSearchListScroll, contentContainerS
245245

246246
const [activePaidPolicies] = useOnyx(ONYXKEYS.COLLECTION.POLICY, {
247247
selector: activePaidPoliciesSelector,
248-
canBeMissing: true
248+
canBeMissing: true,
249249
});
250250

251251
const {login: currentUserLogin} = useCurrentUserPersonalDetails();

0 commit comments

Comments
 (0)