Skip to content

Commit

Permalink
feat(chore): bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Mar 12, 2024
1 parent 32a8d3e commit d1ba164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/poll-process-result-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const PollProcessResultSection = () => {
/>
</div> FIXME: responsive here sucks!!!*/}
<div className='flex items-center justify-center -ml-2'>
<PollSummarySubCard pollSummary={pollResultSummary} />
<PollSummarySubCard />
</div>
</MobileView>
{pollAppState === 'stop' ? (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mya-poll",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit d1ba164

Please sign in to comment.