diff --git a/src/components/SessionList/index.tsx b/src/components/SessionList/index.tsx index 9eaf289c..e32fb80f 100644 --- a/src/components/SessionList/index.tsx +++ b/src/components/SessionList/index.tsx @@ -11,11 +11,34 @@ export interface SessionListProps { } export const SessionList = ({ sessions }: SessionListProps): JSX.Element => ( -