Skip to content

Commit

Permalink
fix: extensions page optional contributers
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Dec 29, 2024
1 parent 05e3769 commit 94abaa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ extensions.forEach((ext) => {
if (meta) {
Object.assign(ext, meta);
}
if (!ext.contributors) ext.contributors = [];
});
console.log(extensions);

const Gallery = ({ images }) => {
const [activeIndex, setActiveIndex] = createSignal(0);
Expand Down

0 comments on commit 94abaa1

Please sign in to comment.