File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ const onSubmit = () => {
336
336
label =" トラック"
337
337
:items =" [
338
338
{ value: 'medpeer', text: 'メドピアトラック' },
339
- { value: 'mntsq', text: 'MNTSQ全ての合意をフェアにするぞトラック ' },
339
+ { value: 'mntsq', text: 'MNTSQが全ての合意をフェアにするぞトラック ' },
340
340
{ value: 'kickflow', text: 'kickflowトラック' },
341
341
{ value: 'vue', text: 'vueトラック' },
342
342
]"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export function useSession() {
21
21
22
22
return match ( track )
23
23
. with ( 'medpeer' , ( ) => 'メドピアトラック' )
24
- . with ( 'mntsq' , ( ) => 'MNTSQ全ての合意をフェアにするぞトラック ' )
24
+ . with ( 'mntsq' , ( ) => 'MNTSQが全ての合意をフェアにするぞトラック ' )
25
25
. with ( 'kickflow' , ( ) => 'kickflowトラック' )
26
26
. with ( 'vue' , ( ) => 'Vueトラック' )
27
27
. exhaustive ( )
You can’t perform that action at this time.
0 commit comments