Skip to content

Commit cf9c95f

Browse files
committed
add display name
1 parent 81b9e8a commit cf9c95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/TransactionItemRow/DataCells/TaxCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ function TaxCell({transactionItem, shouldShowTooltip}: TransactionDataCellProps)
1919
);
2020
}
2121

22+
TaxCell.displayName = 'TaxCell';
2223
export default TaxCell;

0 commit comments

Comments
 (0)