PWA updating with precache
This commit is contained in:
parent
52699840b6
commit
64cd9fc1f5
7 changed files with 75 additions and 177 deletions
|
|
@ -28,7 +28,7 @@ const Privacy = () => {
|
|||
document.title = `${t('privacy:name')} - Crab Fit`;
|
||||
}, [t]);
|
||||
|
||||
useEffect(() => setContent(contentRef.current?.innerText || ''), [contentRef.current]);
|
||||
useEffect(() => setContent(contentRef.current?.innerText || ''), [contentRef]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue