msd-d / PetHub

An app for animal adoption.
1 stars 0 forks source link

`home`: Check saved posts #60

Closed Kechr closed 2 years ago

Kechr commented 2 years ago

Handle TODO at line 97

    const starIcon = savedData.includes(item.id) ? "star" : "star-outline"; // todo: check if saved has it.
Joergenson commented 2 years ago

i just think the todo was not removed. savedData.includes() checks that