Revert "window.palmsystem.launchparams 유무 확인"

This reverts commit 2dd15ccf11.
This commit is contained in:
opacity@t-win.kr
2025-08-29 09:46:42 +09:00
parent ccddcd47fa
commit 769a2cebc3

View File

@@ -844,11 +844,6 @@ export default function MainView({ className, initService }) {
> >
deepLinkInfo deepLinkInfo
<p>{contentTarget}</p> <p>{contentTarget}</p>
<p>
{window.PalmSystem && window.PalmSystem.launchParams
? JSON.parse(window.PalmSystem.launchParams)
: "N/A"}
</p>
</div> </div>
</div> </div>
); );