Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Oct 26, 2023
1 parent c94d384 commit b87cbd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const proxyInputs = (Cmp: any, inputs: string[]) => {
* we set configurable: true to indicate these
* properties can be changed.
*/
configurable: true
configurable: true,
});
});
};
Expand Down

0 comments on commit b87cbd4

Please sign in to comment.