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…
Reference in New Issue