fix. [PWT-127] 마켓 URL 스토브 설정 미노출

This commit is contained in:
clkim
2025-12-03 18:24:20 +09:00
parent db7bb8a582
commit 30269f9fc6

View File

@@ -214,12 +214,6 @@ const isRunButtonVisible = (marketType?: Platform): boolean => {
// Handler
const handlePreregistClick = () => {
console.log('handlePreregistClick value', preregistModalRef.value)
console.log(
'has method?',
preregistModalRef.value &&
typeof preregistModalRef.value.handleOpenPreregist
)
preregistModalRef.value?.handleOpenPreregist()
}
</script>