Skip to content

Commit

Permalink
fix margin bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Dec 25, 2023
1 parent 3abcdfb commit 19891e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ function getCategoryListSections(categories, recentlyUsedCategories, selectedOpt
categorySections.push({
// "Selected" section
title: '',
shouldShow: true,
shouldShow: false,
indexOffset,
data: getCategoryOptionTree(selectedOptions, true),
});
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/OptionsListUtilsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ describe('OptionsListUtils', () => {
const largeResultList = [
{
title: '',
shouldShow: true,
shouldShow: false,
indexOffset: 0,
data: [
{
Expand Down

0 comments on commit 19891e1

Please sign in to comment.