Update Welcome signature
cgen-58d3430b815a44a1b7fe209b15efe74f
This commit is contained in:
parent
b2343a1fab
commit
42e98f9a53
1 changed files with 6 additions and 1 deletions
|
|
@ -25,7 +25,12 @@ interface WelcomeProps {
|
|||
achievement?: AethexAchievement;
|
||||
}
|
||||
|
||||
export default function Welcome({ data, onFinish, isFinishing }: WelcomeProps) {
|
||||
export default function Welcome({
|
||||
data,
|
||||
onFinish,
|
||||
isFinishing,
|
||||
achievement,
|
||||
}: WelcomeProps) {
|
||||
const getUserTypeLabel = () => {
|
||||
switch (data.userType) {
|
||||
case "game-developer":
|
||||
|
|
|
|||
Loading…
Reference in a new issue