Skip to content

Commit

Permalink
Fix minor typo (#1608)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
omahs authored Feb 13, 2024
1 parent 0349c45 commit 48f236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/userOp/UserOpDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const UserOpDetails = ({ query }: Props) => {
</DetailsInfoItem>
<DetailsInfoItem
title="Gas used"
hint="Actual gas amount used by the the User operation"
hint="Actual gas amount used by the User operation"
isLoading={ isPlaceholderData }
>
<Skeleton isLoaded={ !isPlaceholderData }>
Expand Down

0 comments on commit 48f236e

Please sign in to comment.