Skip to content

Commit 8d66678

Browse files
authored
Revert labubu (#389)
* Revert labubu * Revert labubu
1 parent 9404bf1 commit 8d66678

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/corps/display.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const getName = (corps: Corps, nameFormat: NameFormat) => {
2626
return displayName(corps);
2727
} else if (nameFormat === 'number-only') {
2828
return corps.number === null && corps.bNumber === null
29-
? 'labubu ' + corps.lastName.trim()
29+
? 'p.e. ' + corps.lastName.trim()
3030
: displayNumber(corps);
3131
} else {
3232
return fullName(corps);

src/utils/corps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const displayNumber = (
5151
? `#${corps.number}`
5252
: corps.bNumber
5353
? `b${corps.bNumber}`
54-
: 'labubu';
54+
: 'p.e.';
5555

5656
export const numberAndFullName = (
5757
corps:

0 commit comments

Comments
 (0)