Skip to content

Commit

Permalink
style: 不要なコメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyopon-1067 committed Mar 28, 2024
1 parent 8546348 commit c61f246
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions typing-app/src/components/templates/GameTyping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ const GameTyping: React.FC<GameTypingProps> = ({ nextPage, filenames, setResultS
<ProgressBar maxWidth={330} height={20} maxValue={subjectText.length - 1} value={typeIndex} />
</div>
<div className={`${styles.progress} ${styles.progress_speed}`}>
{
// ToDo 速度の計算
}
<ProgressBar maxWidth={330} height={10} maxValue={1000} value={currentTypeSpeed} />
<ProgressBar maxWidth={330} height={10} maxValue={1000} value={averageTypeSpeed} />
</div>
Expand Down

0 comments on commit c61f246

Please sign in to comment.