-
-
Notifications
You must be signed in to change notification settings - Fork 2
Fix formatting for offensive matches in MatchCard & MatchTable #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
realist-hll
commented
Oct 22, 2022
- Fixes MatchCard WinLoseBanner (some victories defaulted to Defeat)
- Fixes offensive mode formatting in MatchCard, e.g. Warfare, Offensive
- Introduce "Mode" column on Match table, e.g. Warfare, Offensive
- Reintroduce "Result" column on Clan page
|
Someone is attempting to deploy a commit to the helo-system Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| }, | ||
| sortable: true, | ||
| }, | ||
| ].filter(Boolean); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's that line supposed to do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It filters out the result column if null was returned, i.e. when clanId is undefined, e.g. on the matches page, rather than the clans/[cid] page.
Since the "result" column only makes sense on a clans/[cid] match archive table, but not on the matches/ match archive table.
480d53e to
8a9b3d0
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
Kudos, SonarCloud Quality Gate passed!
|







