diff --git a/packages/web/src/components/gcds-map/gcds-map.tsx b/packages/web/src/components/gcds-map/gcds-map.tsx index 821ed3233..64f75ec2a 100644 --- a/packages/web/src/components/gcds-map/gcds-map.tsx +++ b/packages/web/src/components/gcds-map/gcds-map.tsx @@ -115,8 +115,6 @@ export class GcdsMap { > ))} - // build should create the directory here /dist/gcds/gcds-map - // including files mapml.js, mapml.css, mapml.map (if desired) ); diff --git a/packages/web/src/components/gcds-map/stories/gcds-map.stories.tsx b/packages/web/src/components/gcds-map/stories/gcds-map.stories.tsx index e04fbcd66..d81260664 100644 --- a/packages/web/src/components/gcds-map/stories/gcds-map.stories.tsx +++ b/packages/web/src/components/gcds-map/stories/gcds-map.stories.tsx @@ -6,7 +6,7 @@ export default { control: 'boolean', table: { type: { summary: 'Add map controls' }, - defaultValue: { summary: 'false' } + defaultValue: { summary: 'true' } } }, lat: {