diff --git a/src/components/Appbar/AppbarContent.js b/src/components/Appbar/AppbarContent.js index 397eaea..bb930ff 100644 --- a/src/components/Appbar/AppbarContent.js +++ b/src/components/Appbar/AppbarContent.js @@ -79,14 +79,14 @@ class AppbarContent extends React.Component { > {title} - {subtitle && ( + {subtitle ? ( {subtitle} - )} + ) : null} ); }