Fix document title leaked out

Probably need to rethink this one day
This commit is contained in:
Lim Chee Aun 2023-01-30 20:36:10 +08:00
parent 1cfef22465
commit 509aac11ab

View file

@ -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);