Skip to content

Commit 8bc4044

Browse files
author
Shruthi Rai
committed
Merge branch 'master' into scale-bar-unit
2 parents af9304e + 1bb2853 commit 8bc4044

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

react/src/lib/components/DeckGLMap/storybook/DeckGLMap.stories.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ const Template = (args) => {
2222

2323
return (
2424
<DeckGLMap
25-
id={args.id}
26-
resources={args.resources}
27-
coords={args.coords}
25+
{...args}
2826
deckglSpecBase={mapSpecBase}
2927
deckglSpecPatch={mapSpecPatch}
3028
setProps={(updatedSpec) => {

react/src/lib/components/DeckGLMap/storybook/components/Map.stories.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ const Template = (args) => {
6464

6565
return (
6666
<Map
67-
id={args.id}
68-
resources={args.resources}
69-
coords={args.coords}
70-
deckglSpec={mapSpec}
67+
{...args}
7168
setSpecPatch={(patch) => {
7269
setMapSpec(_setPatch(mapSpec, patch));
7370
}}

0 commit comments

Comments
 (0)