From e5dc036c505bb69066b3dbd70e250ad1d7b37511 Mon Sep 17 00:00:00 2001 From: nicolas Date: Thu, 10 Jun 2021 00:50:45 +0200 Subject: [PATCH] Replaces nulls with empty strings --- pages/[user]/book.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/[user]/book.tsx b/pages/[user]/book.tsx index caf33c92..f27eda37 100644 --- a/pages/[user]/book.tsx +++ b/pages/[user]/book.tsx @@ -117,13 +117,13 @@ export default function Book(props) {
- +
- +
{locations.length > 1 && ( @@ -145,7 +145,7 @@ export default function Book(props) { )}
- +