diff --git a/packages/smooth_app/lib/cards/product_cards/knowledge_panels/knowledge_panel_page.dart b/packages/smooth_app/lib/cards/product_cards/knowledge_panels/knowledge_panel_page.dart index c944bc7e4dc..1876165d0ad 100644 --- a/packages/smooth_app/lib/cards/product_cards/knowledge_panels/knowledge_panel_page.dart +++ b/packages/smooth_app/lib/cards/product_cards/knowledge_panels/knowledge_panel_page.dart @@ -25,7 +25,8 @@ class KnowledgePanelPage extends StatelessWidget { ColorDestination.SURFACE_BACKGROUND, ), appBar: AppBar( - title: Text(panel.titleElement!.title), + title: + panel.titleElement == null ? null : Text(panel.titleElement!.title), ), body: SingleChildScrollView( child: SmoothCard(