Skip to content

Commit

Permalink
One more small push to test final process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Oct 18, 2023
1 parent 7ebc70a commit fded89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Chart } from './chart';
import { ValidatorResult } from './chart-validator';

/**
* Create a container to visualize a GeoChart in a standalone manner.
* Create a container to visualize a GeoChart in a standalone manner..
*
* @returns {JSX.Elemet} the element that has the GeoChart
*/
Expand Down Expand Up @@ -79,7 +79,7 @@ export function App(): JSX.Element {
};
});

// Render
// Render the Chart
return (
<Chart
style={{ width: 800 }}
Expand Down

0 comments on commit fded89b

Please sign in to comment.