From 0798b48eb20f37ef704cdca5ca5249b728afe71f Mon Sep 17 00:00:00 2001 From: Peter Rushforth Date: Tue, 19 Nov 2024 19:49:30 -0500 Subject: [PATCH] Get rid of comment in component that is rendering Change default controls from false to true --- packages/web/src/components/gcds-map/gcds-map.tsx | 2 -- .../web/src/components/gcds-map/stories/gcds-map.stories.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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: {