Skip to content

Commit

Permalink
fix plugin spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Apr 18, 2024
1 parent 5b48106 commit d1ef5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Plugins/plugin-spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const PluginSpec = ({ plugin }) => {
<div>
<div className="text-lg font-bold">Installs</div>
<div className="text-xs text-secondary-turquoise">
{plugin.downloads.toLocaleString()}
{plugin.downloads?.toLocaleString()}
</div>
</div>
<div>
Expand Down

0 comments on commit d1ef5e5

Please sign in to comment.