Skip to content

Commit

Permalink
fix task count not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Mar 2, 2025
1 parent 8f24260 commit cdb6682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TaskClusterMap/TaskClusterMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const TaskClusterMap = (props) => {
</div>
</div>
)}
{props.displayTaskCount && !props.mapZoomedOut && (
{!props.mapZoomedOut && (
<div className="mr-absolute mr-top-0 mr-mt-3 mr-z-5 mr-w-full mr-flex mr-justify-center">
<div className="mr-flex-col mr-items-center mr-bg-black-40 mr-text-white mr-rounded">
<div className="mr-py-2 mr-px-3 mr-text-center">
Expand Down

0 comments on commit cdb6682

Please sign in to comment.