Skip to content

Commit

Permalink
fix(Project): remove spacing between task group list and add new task…
Browse files Browse the repository at this point in the history
… list component
  • Loading branch information
JordanKnott committed Apr 29, 2021
1 parent 29b7c02 commit 3392b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion frontend/src/shared/components/Lists/Styles.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled from 'styled-components';

export const Container = styled.div`
flex: 1;
user-select: none;
white-space: nowrap;
Expand Down

0 comments on commit 3392b33

Please sign in to comment.