This commit is contained in:
katspaugh 2021-05-27 09:53:28 +02:00 committed by GitHub
parent 5eef50ea4a
commit bf39501ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {