mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-12 02:25:48 -05:00
Fix incorrect gear name in tweet
This commit is contained in:
@@ -10,7 +10,7 @@ export default class RegularGearTweet extends TweetGenerator
|
||||
async getLatestGear() {
|
||||
await this.preparePinia();
|
||||
|
||||
return useGearStore().regularGear?.[0];
|
||||
return useGearStore().regularGear?.slice().reverse()[0];
|
||||
}
|
||||
|
||||
async getDataTime() {
|
||||
|
||||
Reference in New Issue
Block a user