Skip to content

Commit

Permalink
Update moduleProfile.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamkins authored Jul 11, 2024
1 parent 83985fd commit a3233ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/module/moduleProfile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function ModuleProfile({ namespace, module }) {

<div class="box external-source" dangerouslySetInnerHTML={{ __html: module.ProfileSource ? module.ProfileSource : "<center><i>No Description</i></center>" }}></div>

{ module.Downloads >= 500 &&
{ false /* && module.Downloads >= 500 */ &&
<div class="card" style={{ marginTop: "1em", padding: "0" }}>
<header class="card-header">
<p class="card-header-title">
Expand Down Expand Up @@ -235,4 +235,4 @@ export default function ModuleProfile({ namespace, module }) {
</div>
</div>
);
}
}

0 comments on commit a3233ae

Please sign in to comment.