Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-masud committed Dec 20, 2024
1 parent 1625eaf commit 3b1e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/problems.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const Problems = ({ page }) => {
</div>
)}
</div>
{currentProblems.length > 0 && solutions.length > 0
{currentProblems.length > 0 && (solutions.length > 0 || page === "companies")
? currentProblems.map((problem, index) => (
<div className="table-row" key={index}>
<div className="check">
Expand Down

0 comments on commit 3b1e074

Please # to comment.