0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 06:22:40 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-red-background

This commit is contained in:
Víctor Losada Hernández
2025-09-29 22:28:12 +02:00
24 changed files with 1731 additions and 1546 deletions

View File

@@ -39,8 +39,8 @@ const BrewPage = (props)=>{
index : 0,
...props
};
const pageRef = useRef(null);
const cleanText = safeHTML(`${props.contents}\n<div class="columnSplit"></div>\n`);
const pageRef = useRef(null);
const cleanText = safeHTML(props.contents);
useEffect(()=>{
if(!pageRef.current) return;