0
0
Fork 0

Update Prettier to 3.3.3 (#31106)

This commit is contained in:
Nick Schonning 2024-07-23 02:46:09 -04:00 committed by GitHub
parent 44bdfe1fed
commit 9a015a2a15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -316,8 +316,8 @@ function loaded() {
const message =
statusEl.dataset.spoiler === 'expanded'
? localeData['status.show_less'] ?? 'Show less'
: localeData['status.show_more'] ?? 'Show more';
? (localeData['status.show_less'] ?? 'Show less')
: (localeData['status.show_more'] ?? 'Show more');
spoilerLink.textContent = new IntlMessageFormat(
message,
locale,