diff --git a/stories/table.js b/stories/table.js index 2e1823c346..aa30f85979 100644 --- a/stories/table.js +++ b/stories/table.js @@ -12,14 +12,14 @@ const actions = [ { label: "Edit", onClick: action("Edit clicked") }, { label: "Remove", - onClick: action("Remove clicked") - } + onClick: action("Remove clicked"), + }, ]; -const listWithActions = list.map(item => { +const listWithActions = list.map((item) => { return { ...item, - actions + actions, }; }); const columns = [ @@ -32,7 +32,7 @@ const columns = [ return (