diff --git a/src/components/aptos/Compiler.tsx b/src/components/aptos/Compiler.tsx index f55d699..45e347f 100644 --- a/src/components/aptos/Compiler.tsx +++ b/src/components/aptos/Compiler.tsx @@ -942,7 +942,7 @@ export const Compiler: React.FunctionComponent = ({ {' '} ( Estimated Gas {estimatedGas}. If the transaction fails, try again with a - higher gas fee.") + higher gas fee. ) ) : undefined} @@ -1154,7 +1154,7 @@ export const Compiler: React.FunctionComponent = ({ {' '} ( Estimated Gas {entryEstimatedGas}. If the transaction fails, - try again with a higher gas fee." ) + try again with a higher gas fee. ) ) : undefined}