Skip to content

Commit

Permalink
pretty simple (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankreedX committed Jul 11, 2024
1 parent 655386d commit 227dc24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/content/drill/[id]/leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,13 @@ export default function Leaderboard() {
</View>
)}
right={() => (
<View style={{ flexDirection: "row", alignItems: "center" }}>
<View
style={{
flexDirection: "row",
alignItems: "center",
paddingLeft: 10,
}}
>
<Text>
{numTrunc(attempt["value"], true)}{" "}
{drillInfo.aggOutputs[mainOutputAttempt].distanceMeasure}
Expand Down

0 comments on commit 227dc24

Please sign in to comment.