Skip to content

Commit

Permalink
unsafe chain
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Oct 1, 2024
1 parent 88f8692 commit 20a3f80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/_components/SubmissionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const SubmissionModal = ({
setError(
<>
<p className="mb-3">
You don't have enough {deposit.tokenInfo.symbol} to cover this deposit.
You don&apos;t have enough {deposit.tokenInfo.symbol} to cover this deposit.
</p>
<p className="mb-3">
Your balance: {formatUnits(BigInt(balance), deposit.tokenInfo.decimals)}
Expand Down Expand Up @@ -426,7 +426,7 @@ export const SubmissionModal = ({
<div className="flex flex-col items-start transition-opacity duration-1500 animate-fade-in gap-y-4">
<DialogTitle className="w-full font-light text-2xl">Your strategy is live!</DialogTitle>
<div>
It will continue to trade until removed. If you're interested in creating your own
It will continue to trade until removed. If you&apos;re interested in creating your own
strategies from scratch, try <a href="https://docs.rainlang.xyz"> Raindex.</a>
</div>
<Button
Expand Down
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export default [
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-empty-object-type': 'off',
'no-case-declarations': 'off',
'react/no-unescaped-entities': 'off'
'no-case-declarations': 'off'
// 'react/no-unescaped-entities': 'off'
// 'no-unsafe-optional-chaining': 'off',
}
}
Expand Down

0 comments on commit 20a3f80

Please sign in to comment.