Fix document title leaked out
Probably need to rethink this one day
This commit is contained in:
parent
1cfef22465
commit
509aac11ab
|
@ -47,7 +47,7 @@ const contentText = {
|
|||
const LIMIT = 30; // 30 is the maximum limit :(
|
||||
|
||||
function Notifications() {
|
||||
useTitle('Notifications');
|
||||
useTitle('Notifications', '/notifications');
|
||||
const snapStates = useSnapshot(states);
|
||||
const [uiState, setUIState] = useState('default');
|
||||
const [showMore, setShowMore] = useState(false);
|
||||
|
|
Loading…
Reference in a new issue