diff --git a/src/components/QuicksightDashboard.tsx b/src/components/QuicksightDashboard.tsx index 3a3f145e0..9e5e2d6c7 100644 --- a/src/components/QuicksightDashboard.tsx +++ b/src/components/QuicksightDashboard.tsx @@ -42,7 +42,7 @@ class QuicksightDashboard extends React.Component< } componentDidMount() { // Every time the component is mounted a fresh embed url must be fetched. - //TODO: For whatever reason, the "this.props.libraries" variable was not being + // TODO: For whatever reason, the "this.props.libraries" variable was not being // set when I tried to put this logic in the render method (nor did it work trying to access it in this method). // Clearly I am missing something. Also the embed url should be set via the action/reducer pattern, // but again I wasn't able to get things working following the pattern in Header.tsx so this is where I landed.