Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Jan 20, 2024
1 parent ac37ef2 commit 929afc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/QuicksightDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 929afc2

Please sign in to comment.