Skip to content

Commit

Permalink
[bug] fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Oct 5, 2023
1 parent 1aebd65 commit 927cdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/symbol-poll/poll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const SymbolPoll: NextPage<Props> = ({}) => {
variant='body2'
style={{
marginTop: '1rem',
display: !isPollFinished ? 'block' : 'none',
display: specificMosaicId ? 'block' : 'none',
}}
>
※&nbsp;この投票では指定モザイクでの総数がカウントされインポータンスは考慮されません。以下から投票数を入力してください。入力値よりも少ない所持数の場合はトランザクションがアナウンスできません。
Expand Down

0 comments on commit 927cdbe

Please sign in to comment.