mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-06 03:31:02 -06:00
[client] Fix NPE
This commit is contained in:
@@ -46,7 +46,7 @@ class _PathViewState extends State<PathView> {
|
||||
));
|
||||
if (mounted) {
|
||||
setState(() {
|
||||
current = data.last;
|
||||
current = data.lastOrNull;
|
||||
ancestors = data;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user