Skip to content

Commit

Permalink
style: RunRow pace always show
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Aug 6, 2023
1 parent 784cbce commit bf306e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RunTable/RunRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const RunRow = ({ elementIndex, locateActivity, run, runIndex, setRunIndex }) =>
<td>{run.name}</td>
<td>{type}</td>
<td>{distance}</td>
{paceParts && <td>{paceParts}</td>}
<td>{paceParts}</td>
<td>{heartRate && heartRate.toFixed(0)}</td>
<td>{runTime}</td>
<td className={styles.runDate}>{run.start_date_local}</td>
Expand Down

0 comments on commit bf306e1

Please sign in to comment.