From 3ad6f1d79428122a0e0f8c1c4691e090498fbc93 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Wed, 13 Apr 2022 17:19:45 +1200 Subject: [PATCH] Switch from nullish coalescing operator to ternary operator to correct unexpected behaviour Change meta type from website to article based on feedback --- client/template.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/template.js b/client/template.js index d7ef107fa..fd8bc22b6 100644 --- a/client/template.js +++ b/client/template.js @@ -11,10 +11,10 @@ module.exports = async(name, title = '', props = {})=>{ - - + + - + ${title.length ? `${title} - The Homebrewery`: 'The Homebrewery - NaturalCrit'}