File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/components/Views/confirmations/components
rows/transactions/from-to-row Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import styleSheet from './info-row.styles';
1515import CopyIcon from './copy-icon/copy-icon' ;
1616
1717export interface InfoRowProps {
18- label : string ;
18+ label ? : string ;
1919 children ?: ReactNode | string ;
2020 onTooltipPress ?: ( ) => void ;
2121 tooltip ?: ReactNode ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const FromToRow = () => {
5757
5858 < View style = { [ styles . nameContainer , styles . rightNameContainer ] } >
5959 { /* Intentional empty label to trigger the alert row without a label */ }
60- < AlertRow alertField = { RowAlertKey . BurnAddress } label = { '' } >
60+ < AlertRow alertField = { RowAlertKey . BurnAddress } >
6161 < Name
6262 type = { NameType . EthereumAddress }
6363 value = { toAddress as string }
You can’t perform that action at this time.
0 commit comments