Skip to content

Commit

Permalink
Removed a comment which wasn't necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahul committed Jan 23, 2024
1 parent 0960280 commit be3db3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/naksha-gmaps-draw/src/index.tsx
Expand Up @@ -185,7 +185,7 @@ const NakshaGmapsDraw = React.forwardRef(
</div>
)}

<div style={{ flex: "1" }}></div> {/* Use flex: "1" to push TestingImport to the right */}
<div style={{ flex: "1" }}></div>
<ModalImport
ButtonComponent={
importButtonComponent || <button children="add" />
Expand Down

0 comments on commit be3db3b

Please sign in to comment.