diff --git a/src/app/components/Actions/RouteDescription.tsx b/src/app/components/Actions/RouteDescription.tsx index 92297e269..fee15fd5d 100644 --- a/src/app/components/Actions/RouteDescription.tsx +++ b/src/app/components/Actions/RouteDescription.tsx @@ -25,7 +25,9 @@ const RouteDescription = (props: RouteProps): JSX.Element => { height: `${actions.length * 30}px`, marginBottom: '50px' }}> - +
+ +
{/* actual snapshots per route */} {actions}