EddieHubCommunity / BioDrop

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
https://biodrop.io
MIT License
5.73k stars 3.97k forks source link

Fix 9878 group suggestion link #10127

Closed sital002 closed 8 months ago

sital002 commented 8 months ago

Fixes Issue

fixes #9878

Changes proposed

Check List (Check all the applicable boxes)

Screenshots

Note to reviewers

sital002 commented 8 months ago

@eddiejaoude the https://github.com/EddieHubCommunity/BioDrop/pull/9878 pr is breaking the links page i reverted the changes and made the fix can u look into this

sital002 commented 8 months ago

The previous PR would break the add new link page if i already have links but don't have any group since i am returing a object if no group found here and trying to call slice method on the object here i should have returned an array instead. I have fixed those changes here.