Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Sep 29, 2023
1 parent 6a333f1 commit e271f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DictImport/Linker.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Columns({ blob, spreads, linkOptions, onUpdateColumn, onToggleColumn, o
const columns = blob.getIn(["additional_metadata", "starling_fields"]);
const values = blob.get("values");

if (!column) return null;
if (!columns) return null;

return (
<div className="blob">
Expand Down

0 comments on commit e271f9d

Please sign in to comment.