File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const handleClose = () => {
119119 <Flex
120120 direction =" column"
121121 justify =" between"
122- :class =" [$style.bg, !isFound && $style.sending, tx? .status === 'success' ? $style.success : $style.failed]"
122+ :class =" [$style.bg, !isFound ? $style.sending : tx .status === 'success' ? $style.success : $style.failed]"
123123 >
124124 <Flex v-for =" i in 8" align =" center" justify =" between" >
125125 <div
@@ -153,7 +153,7 @@ const handleClose = () => {
153153 <Flex
154154 direction =" column"
155155 justify =" between"
156- :class =" [$style.bg, !isFound && $style.sending, tx? .status === 'success' ? $style.success : $style.failed]"
156+ :class =" [$style.bg, !isFound ? $style.sending : tx .status === 'success' ? $style.success : $style.failed]"
157157 >
158158 <Flex v-for =" i in 8" align =" center" justify =" between" >
159159 <div
You can’t perform that action at this time.
0 commit comments