From 5f7b20626d73cce09467b924df075373784fcbbc Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 16 Jul 2023 16:35:02 +0100 Subject: [PATCH] Convert bool to str --- src/components/Form/Row.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Form/Row.tsx b/src/components/Form/Row.tsx index f2b1af7..4d05139 100644 --- a/src/components/Form/Row.tsx +++ b/src/components/Form/Row.tsx @@ -109,7 +109,7 @@ export const ExpandableRow = (props: RowProps) => {
{lbl} - {val} + {val.toString()} { rowList &&