mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Fix document title leaked out
Probably need to rethink this one day
This commit is contained in:
parent
1cfef22465
commit
509aac11ab
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const contentText = {
|
||||||
const LIMIT = 30; // 30 is the maximum limit :(
|
const LIMIT = 30; // 30 is the maximum limit :(
|
||||||
|
|
||||||
function Notifications() {
|
function Notifications() {
|
||||||
useTitle('Notifications');
|
useTitle('Notifications', '/notifications');
|
||||||
const snapStates = useSnapshot(states);
|
const snapStates = useSnapshot(states);
|
||||||
const [uiState, setUIState] = useState('default');
|
const [uiState, setUIState] = useState('default');
|
||||||
const [showMore, setShowMore] = useState(false);
|
const [showMore, setShowMore] = useState(false);
|
||||||
|
|
Loading…
Reference in a new issue