diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-09-06 17:10:07 +0300 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-09-06 17:10:07 +0300 |
| commit | 4ce90892f0df459361ffceaf59ff5a1624954b87 (patch) | |
| tree | f3689d839680907a190573941a58a3f5f2e8431b /web/index.js | |
| parent | 522e45a4ae0766aeeaa7c16f45f7d563026da84e (diff) | |
Stop using ID field from telegram metadata in widget
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> |
