Skip to content

Commit

Permalink
Remove spurious semicolon from charts list (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
migmartri authored Sep 18, 2018
1 parent 226a8e2 commit cf37ef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dashboard/src/components/ChartList/ChartList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ChartList extends React.Component<IChartListProps, IChartListState> {
</PageHeader>
<LoadingWrapper loaded={!isFetching}>
<CardGrid>{chartItems}</CardGrid>
</LoadingWrapper>;
</LoadingWrapper>
</section>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ exports[`renderization when charts available should render the list of charts 1`
/>
</CardGrid>
</LoadingWrapper>
;
</section>
`;

Expand All @@ -65,7 +64,6 @@ exports[`renderization when fetching apps loading spinner matches the snapshot 1
>
<CardGrid />
</LoadingWrapper>
;
</section>
`;

Expand Down

0 comments on commit cf37ef3

Please sign in to comment.