2
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
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,