allow body on unknown profile

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-07-09 18:22:18 -04:00
parent b5d56f7831
commit 8c71e154f4
3 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ impl<'a, 'cache> ProfilePreview<'a, 'cache> {
&get_display_name(Some(self.profile)),
false,
));
ui.add(about_section_widget(self.profile));
ui.add(about_section_widget(Some(self.profile)));
});
}
}