mirror of
https://github.com/neon443/StickerSlack.git
synced 2026-03-11 05:19:13 +00:00
add emojipack to settings
This commit is contained in:
@@ -12,7 +12,7 @@ struct EmojiPackManager: View {
|
||||
|
||||
var body: some View {
|
||||
ForEach(hoarder.emojiPacks) { pack in
|
||||
EmojiPackView(pack: pack)
|
||||
EmojiPackView(hoarder: hoarder, pack: pack)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user