- - {game.name} - - - - + + {game.name} + + + + {#if !minimal && game?.players && game?.playtime} @@ -49,50 +49,52 @@ {/if} {/if} - {#if existsInCollection} - { - removeGameFromCollection(); - }}>Remove from Collection - {:else} - { - addToCollection(game); - if (browser) { - localStorage.collection = JSON.stringify($collectionStore); - } - }}>Add to collection - {/if} - {#if existsInWishlist} - { - removeGameFromWishlist(); - }}>Remove from Wishlist - {:else} - { - addToWishlist(game); - if (browser) { - localStorage.wishlist = JSON.stringify($wishlistStore); - } - }}>Add to wishlist - {/if} + + {#if existsInCollection} + { + removeGameFromCollection(); + }}>Remove from Collection + {:else} + { + addToCollection(game); + if (browser) { + localStorage.collection = JSON.stringify($collectionStore); + } + }}>Add to collection + {/if} + {#if existsInWishlist} + { + removeGameFromWishlist(); + }}>Remove from Wishlist + {:else} + { + addToWishlist(game); + if (browser) { + localStorage.wishlist = JSON.stringify($wishlistStore); + } + }}>Add to wishlist + {/if} +