Skip to content

Commit

Permalink
fix: known breakages not being visible
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnirwal committed May 8, 2024
1 parent 1efdb28 commit ecd56d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/report/src/stateProviders/data/dataProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Provider = ({ children }: PropsWithChildren) => {
const _data = window.PSAT_DATA;

setData(_data);
if (data?.libraryMatches) {
if (_data?.libraryMatches) {
setLibraryMatches(_data.libraryMatches);
}
setShowLoader(false);
Expand Down

0 comments on commit ecd56d3

Please sign in to comment.