Skip to content

Commit

Permalink
%
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Nov 9, 2024
1 parent be9f365 commit 7af3442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Games.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const Games: VFC<{ serverAPI: any }> = ({ serverAPI }) => {
}}
tabs={tabs}
/>
{percentage != 100 && <div className="parser-counter">Artwork parsing: {percentage}%</div>}
{percentage != 100 && <div className="parser-counter">Artwork parsing: {percentage}</div>}
</>
)}
</div>
Expand Down

0 comments on commit 7af3442

Please sign in to comment.