Error occurred when fetching sidebar data
Fix/is truncated event detail adress
src
components
EventDetailLabel
index.tsx +4 -3
EventInfo
index.tsx +10 -3
pages/CreateEvent
index.tsx +1 -0
@@ -12,15 +12,16 @@ const EventDetailLabel = ({
+ 10
- 3
@@ -36,8 +36,13 @@ const EventInfo = ({ event, variant }: IProps): React.ReactElement => {
@@ -63,9 +68,11 @@ const EventInfo = ({ event, variant }: IProps): React.ReactElement => {
+ 1
- 0