@@ -118,7 +118,7 @@ function App() {
if (route.state) {
return getActiveRouteName(route.state);
}
return route.name;
return route?.name || '';
};
return (
The note is not visible to the blocked user.