Skip to content

Commit 2b78acc

Browse files
koko57DylanDylann
andauthored
fix: apply requested change
Co-authored-by: DylanDylann <141406735+DylanDylann@users.noreply.github.com>
1 parent 20b56b1 commit 2b78acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/report/ReportActionCompose/ReportActionCompose.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function ReportActionCompose({
221221
const isBlockedFromConcierge = useMemo(() => includesConcierge && userBlockedFromConcierge, [includesConcierge, userBlockedFromConcierge]);
222222

223223
const isTransactionThreadView = useMemo(() => isReportTransactionThread(report), [report]);
224-
const isTransactionsView = useMemo(() => reportTransactions && reportTransactions.length > 1, [reportTransactions]);
224+
const isExpensesReport = useMemo(() => reportTransactions && reportTransactions.length > 1, [reportTransactions]);
225225

226226
const [reportActions] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${report?.reportID}`, {
227227
canEvict: false,

0 commit comments

Comments
 (0)