Skip to content

Commit

Permalink
[WEL-454] APTOS View Function Vector Parameter Error
Browse files Browse the repository at this point in the history
- typo
  • Loading branch information
kairoski03 committed Oct 23, 2023
1 parent 2a80722 commit ccbe0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/aptos/Compiler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ export const Compiler: React.FunctionComponent<InterfaceProps> = ({
<span style={{ fontWeight: 'bolder', fontSize: '1.1em' }}>
{' '}
( Estimated Gas {estimatedGas}. If the transaction fails, try again with a
higher gas fee.")
higher gas fee. )
</span>
) : undefined}
</small>
Expand Down Expand Up @@ -1154,7 +1154,7 @@ export const Compiler: React.FunctionComponent<InterfaceProps> = ({
<span style={{ fontWeight: 'bolder', fontSize: '1.1em' }}>
{' '}
( Estimated Gas {entryEstimatedGas}. If the transaction fails,
try again with a higher gas fee." )
try again with a higher gas fee. )
</span>
) : undefined}
</small>
Expand Down

0 comments on commit ccbe0e0

Please sign in to comment.