fix typo in comments

This commit is contained in:
Emi Matchu 2020-09-11 22:36:38 -07:00
parent 0d7efb2357
commit 9143bacbe5

View file

@ -75,8 +75,8 @@ function ItemsPage() {
);
// This helps you compare your owns/wants to other users! If they own
// something, and you want it, we say "You own this!". And if they want
// something, and you own it, we say "You want this!".
// something, and you want it, we say "You want this!". And if they want
// something, and you own it, we say "You own this!".
const showYouOwnThisBadge = (item) =>
!isCurrentUser && itemIdsYouOwn.has(item.id);
const showYouWantThisBadge = (item) =>