From 6990b5ad4ec31a377562ae37b37d8a8e9a67864a Mon Sep 17 00:00:00 2001 From: Anish Date: Wed, 11 Oct 2023 00:47:35 +0530 Subject: [PATCH] add a whitespace --- .../data-types/components/linked-record/LinkedRecordCell.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordCell.svelte b/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordCell.svelte index 5f06c67b1f..6c0666f586 100644 --- a/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordCell.svelte +++ b/mathesar_ui/src/components/cell-fabric/data-types/components/linked-record/LinkedRecordCell.svelte @@ -44,7 +44,7 @@ const result = await recordSelector.acquireUserInput({ tableId }); const LinkedFkid = columnFabric.linkFk?.referent_columns[0]; if (result) { - if (LinkedFkid !== undefined && LinkedFkid !== null){ + if (LinkedFkid !== undefined && LinkedFkid !== null) { value = result.record[LinkedFkid]; } else {