Skip to content

Commit

Permalink
fix some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jun 27, 2024
1 parent ae39a85 commit 51b5b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-src/parser/parseFigmaId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const parseShapeRef = (file: PenpotFile, figmaId: string | undefined): Uuid | un

const newId = file.newId();

identifiers.set(figmaId, newId);
identifiers.set(figmaRelatedId, newId);

return newId;
};
Expand Down

0 comments on commit 51b5b72

Please sign in to comment.