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 = () => {
336336 label =" トラック"
337337 :items =" [
338338 { value: 'medpeer', text: 'メドピアトラック' },
339- { value: 'mntsq', text: 'MNTSQ全ての合意をフェアにするぞトラック ' },
339+ { value: 'mntsq', text: 'MNTSQが全ての合意をフェアにするぞトラック ' },
340340 { value: 'kickflow', text: 'kickflowトラック' },
341341 { value: 'vue', text: 'vueトラック' },
342342 ]"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export function useSession() {
2121
2222 return match ( track )
2323 . with ( 'medpeer' , ( ) => 'メドピアトラック' )
24- . with ( 'mntsq' , ( ) => 'MNTSQ全ての合意をフェアにするぞトラック ' )
24+ . with ( 'mntsq' , ( ) => 'MNTSQが全ての合意をフェアにするぞトラック ' )
2525 . with ( 'kickflow' , ( ) => 'kickflowトラック' )
2626 . with ( 'vue' , ( ) => 'Vueトラック' )
2727 . exhaustive ( )
You can’t perform that action at this time.
0 commit comments