diff --git a/src/components/status/index.tsx b/src/components/status/index.tsx index 90a5d89..2b3f834 100644 --- a/src/components/status/index.tsx +++ b/src/components/status/index.tsx @@ -67,13 +67,12 @@ const Status: FC = ({ title, subtitle, size = 12, family = 'seconda )} + {!!title && !!subtitle && } + {!!subtitle && ( - - - - {subtitle} - - + + {subtitle} + )} )}