This commit is contained in:
@@ -611,7 +611,7 @@ describe("SettingsPage", () => {
|
||||
|
||||
renderWithProviders(<SettingsPage />, stateWithoutTimeZone);
|
||||
|
||||
const timezoneInput = screen.getByDisplayValue("(UTC) UTC");
|
||||
const timezoneInput = screen.getByDisplayValue("UTC (UTC)");
|
||||
expect(timezoneInput).toBeDefined();
|
||||
});
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ export function TimezoneAutocomplete({
|
||||
}
|
||||
}}
|
||||
options={options}
|
||||
getOptionLabel={(option) => `(${option.offset}) ${option.label}`}
|
||||
getOptionLabel={(option) => `${option.label} (${option.offset})`}
|
||||
size={size}
|
||||
sx={width ? { width } : undefined}
|
||||
disableClearable={disableClearable}
|
||||
|
||||
Reference in New Issue
Block a user