Skip to content

Commit

Permalink
Merge pull request #17286 from rasmustnilsson/patch-1
Browse files Browse the repository at this point in the history
Fix example syntax by adding missing `=`
  • Loading branch information
shilman committed Jan 20, 2022
1 parent 04461d7 commit 1408e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const someFunction = (valuePropertyA: String, valuePropertyB: String) => {
// Makes some computations and returns something
};

const Template: Story (args) => {
const Template: Story = (args) => {
const { propertyA, propertyB } = args;

//👇 Assigns the function result to a variable
Expand Down

0 comments on commit 1408e44

Please sign in to comment.