From 113bd7c2362aa7361ab1c40315682a1257918201 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:36:29 -0500 Subject: [PATCH] Update src/plugins/copyStickerLinks/index.tsx Co-authored-by: ImBanana - Elad --- src/plugins/copyStickerLinks/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/copyStickerLinks/index.tsx b/src/plugins/copyStickerLinks/index.tsx index 0e8c38b59..666b4742f 100644 --- a/src/plugins/copyStickerLinks/index.tsx +++ b/src/plugins/copyStickerLinks/index.tsx @@ -61,7 +61,7 @@ async function fetchSticker(id: string) { return body as Sticker; } -function buildMenuItem(type: "Sticker", fetchData: () => Promisable>) { +function buildMenuItem(stickerId: string) { return ( <>