diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 668234c2..e692c786 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -20,15 +20,13 @@ import App from './App'; // https://able.bio/AnasT/apollo-graphql-async-access-token-refresh--470t1c8 -dayjs.extend(isSameOrAfter); +enableMapSet(); +dayjs.extend(isSameOrAfter); dayjs.extend(weekday); dayjs.extend(isBetween); dayjs.extend(customParseFormat); -enableMapSet(); - dayjs.extend(updateLocale); - dayjs.updateLocale('en', { week: { dow: 1, // First day of week is Monday diff --git a/frontend/src/shared/components/Lists/Styles.ts b/frontend/src/shared/components/Lists/Styles.ts index 1d5ab6aa..adb96fb8 100644 --- a/frontend/src/shared/components/Lists/Styles.ts +++ b/frontend/src/shared/components/Lists/Styles.ts @@ -1,7 +1,6 @@ import styled from 'styled-components'; export const Container = styled.div` - flex: 1; user-select: none; white-space: nowrap;