diff options
Diffstat (limited to 'web/index.js')
| -rw-r--r-- | web/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.js b/web/index.js index 1e5c625..ab39761 100644 --- a/web/index.js +++ b/web/index.js @@ -143,7 +143,7 @@ const Pack = ({ pack }) => html` <h1>${pack.title}</h1> <div class="sticker-list"> ${pack.stickers.map(sticker => html` - <${Sticker} key=${sticker["net.maunium.telegram.sticker"].id} content=${sticker}/> + <${Sticker} key=${sticker.id} content=${sticker}/> `)} </div> </section> |
