Skip to content

Commit 55ca670

Browse files
style fix
1 parent 777f016 commit 55ca670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/getVariables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const getVariables = (figma: PluginAPI, modeReference: boolean) => {
6767
return {
6868
...extractVariable(variable, value),
6969
// name is contstructed from collection, mode and variable name
70-
name: modeReference ? `${collection}/${modes.find(({ modeId }) => modeId === id).name}/${variable.name}`: `${collection}/${variable.name}`,
70+
name: modeReference ? `${collection}/${modes.find(({ modeId }) => modeId === id).name}/${variable.name}` : `${collection}/${variable.name}`,
7171
// add mnetadata to extensions
7272
extensions: {
7373
[config.key.extensionPluginData]: {

0 commit comments

Comments
 (0)