From cfdbc1d4e523aa9620f5feb2d262ab942fa8254d Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 3 Dec 2022 15:05:45 +0100 Subject: [PATCH] yarn prettier --- packages/mui-material/src/locale/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/mui-material/src/locale/index.ts b/packages/mui-material/src/locale/index.ts index ebdc4898b77abc..5a1896e06f8192 100644 --- a/packages/mui-material/src/locale/index.ts +++ b/packages/mui-material/src/locale/index.ts @@ -3567,7 +3567,8 @@ export const zhTW: Localization = { return '上一頁'; }, labelRowsPerPage: '每頁數量:', - labelDisplayedRows: ({ from, to, count }) => `${from} ~ ${to} / ${count !== -1 ? count : `${to} 以上`}`, + labelDisplayedRows: ({ from, to, count }) => + `${from} ~ ${to} / ${count !== -1 ? count : `${to} 以上`}`, }, }, MuiRating: {