Skip to content

Commit d828d4c

Browse files
committed
lint
1 parent 3fa7f24 commit d828d4c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/MoneyRequestReportView/MoneyRequestReportTransactionList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ function MoneyRequestReportTransactionList({
508508
</View>
509509
</View>
510510
),
511-
[groupByOptions, reportLayoutGroupBy, styles, windowHeight, isSmallScreenWidth, isInLandscapeMode],
511+
[groupByOptions, reportLayoutGroupBy, styles, windowHeight, isInLandscapeMode],
512512
);
513513

514514
const transactionListContent = (

src/components/Search/FilterDropdowns/DisplayPopup.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ function DisplayPopup({queryJSON, searchResults, closeOverlay, onSort}: DisplayP
230230
onChange={(value) => updateFilterForm({limit: value})}
231231
/>
232232
);
233+
default:
234+
return null;
233235
}
234236
}
235237

src/components/Search/FilterDropdowns/MultiSelectPopup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import useTheme from '@hooks/useTheme';
1212
import useThemeStyles from '@hooks/useThemeStyles';
1313
import useWindowDimensions from '@hooks/useWindowDimensions';
1414
import type {SkeletonSpanReasonAttributes} from '@libs/telemetry/useSkeletonSpan';
15-
import variables from '@styles/variables';
1615
import CONST from '@src/CONST';
1716
import type {Icon} from '@src/types/onyx/OnyxCommon';
1817
import BasePopup from './BasePopup';

0 commit comments

Comments
 (0)