Fix test page

This commit is contained in:
Bojan Mojsilovic 2024-05-28 14:52:43 +02:00
parent 3914a3c0c9
commit 2993a97e7f

View File

@ -357,7 +357,7 @@ const Longform: Component< { naddr: string } > = (props) => {
}); });
createEffect(() => { createEffect(() => {
if (naddr() === 'test') { if (naddr() === 'naddr1_test') {
setNote(() => ({ setNote(() => ({
title: 'Test Long-Form Note', title: 'Test Long-Form Note',