Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 112b992

Browse files
authored
Merge pull request #609 from roiLeo/fix/appreciation/emoji
fix(appreciation): uppercase emote key
2 parents 7b2c97c + 75529ff commit 112b992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/rmrk/Gallery/Appreciation.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default class Appreciation extends Mixins(RmrkVersionMixin) {
6565
}
6666
6767
get emotions(): Record<string, string | number> {
68+
this.emotes?.map((e, index) => this.emotes[index].value = e.value.toUpperCase());
6869
return groupBy(this.emotes || [], 'value');
6970
}
7071

0 commit comments

Comments
 (0)