Skip to content

Commit 80b7656

Browse files
committed
fix: prettier error
1 parent 329f48b commit 80b7656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/sidebar/FloatingActionButtonAndPopover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ function FloatingActionButtonAndPopover({onHideCreateMenu, onShowCreateMenu, ref
480480
...baseQuickAction,
481481
icon: Expensicons.ReceiptScan,
482482
text: translate('quickAction.scanReceipt'),
483-
// eslint-disable-next-line @typescript-eslint/no-deprecated
483+
// eslint-disable-next-line @typescript-eslint/no-deprecated
484484
description: getReportName(policyChatForActivePolicy),
485485
shouldCallAfterModalHide: shouldUseNarrowLayout,
486486
onSelected,

0 commit comments

Comments
 (0)