Skip to content

Commit

Permalink
Merge branch 'feature/APPEALS-27311' into kamalam7/APPEALS-35472
Browse files Browse the repository at this point in the history
  • Loading branch information
youfoundmanesh authored Jan 2, 2024
2 parents b51f13b + e248c73 commit 904f83f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const CorrespondencePdfUI = (props) => {
}, [pdfDocProxy, pdfPageProxies]));

if (!pdfDocProxy || !pdfPageProxies) {
return <div>Loading...</div>;
return <div></div>;
}

if (loadError) {
Expand Down

0 comments on commit 904f83f

Please sign in to comment.