diff --git a/react/Row.tsx b/react/Row.tsx index e960f45..a96de01 100644 --- a/react/Row.tsx +++ b/react/Row.tsx @@ -35,7 +35,7 @@ const Row: React.FC = ({ {fullWidth ? ( content ) : ( - {content} + {content} )} )