mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-12 09:37:05 +00:00
Fix typo (#2335)
This commit is contained in:
parent
5eef50ea4a
commit
bf39501ebb
@ -86,7 +86,7 @@ export const QueueTxList = ({ transactions }: QueueTxListProps): ReactElement =>
|
||||
const title =
|
||||
txLocation === 'queued.next'
|
||||
? 'NEXT TRANSACTION'
|
||||
: `QUEUE - Transaction with nonce ${nonce} needs to be executed fisrt`
|
||||
: `QUEUE - Transaction with nonce ${nonce} needs to be executed first`
|
||||
|
||||
const { lastItemId, setLastItemId } = useContext(TxsInfiniteScrollContext)
|
||||
if (transactions.length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user