Error occurred when fetching sidebar data
Create tasks components and progress bar component
src
components/ProgressBar
index.tsx +19 -0
pages/EventDetails
TaskList
index.tsx +57 -0
index.tsx +43 -3
src/components/ProgressBar/index.tsx
0 → 100644
+ 19
- 0
src/pages/EventDetails/TaskList/index.tsx
0 → 100644
+ 57
- 0
+ 43
- 3
@@ -28,6 +30,11 @@ const EventDetails = (): React.ReactElement => {
@@ -40,7 +47,7 @@ const EventDetails = (): React.ReactElement => {
@@ -61,6 +68,39 @@ const EventDetails = (): React.ReactElement => {