fix: mint achievement function

This commit is contained in:
DIYgod 2023-03-19 15:26:33 +00:00
parent 6b0948ee45
commit f3068ed181
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ export const AchievementItem: React.FC<{
group={group}
layoutId={layoutId}
isOwner={isOwner}
characterId={characterId}
/>
</div>
)