Monorepo for Tangled tangled.org
760
fork

Configure Feed

Select the types of activity you want to include in your feed.

ogre: use singular round when rounds <= 1, plural rounds otherwise #6

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xu5apv6kmu5jp7g5hwdnej42/sh.tangled.repo.pull/3mk5sdg55at22
+1 -1
Diff #0
+1 -1
ogre/src/components/cards/pull-request.tsx
··· 116 116 additions={data.additions} 117 117 deletions={data.deletions} 118 118 /> 119 - <RoundsPill value={data.rounds} label="rounds" /> 119 + <RoundsPill value={data.rounds} label={data.rounds <= 1 ? `round` : `rounds`} /> 120 120 </Row> 121 121 </Col> 122 122

History

1 round 0 comments
sign up or login to add to the discussion
eti.tf submitted #0
1 commit
expand
ogre: use singular round when rounds <= 1, plural rounds otherwise
merge conflicts detected
expand
  • ogre/src/components/cards/pull-request.tsx:116
expand 0 comments