Skip to content

Commit

Permalink
[TEST]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba1180 committed May 2, 2023
1 parent 2aeb8aa commit 5e12726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function App() {
const [colorScheme, themeParams] = useThemeParams();
// eslint-disable-next-line operator-linebreak
const mode = import.meta.env.VITE_DEV_MODE !== "true";
console.log(sessionStorage.getItem("__telegram__initParams"));
console.log(JSON.parse(sessionStorage.getItem("__telegram__initParams")));
return (
<div className=" app w-full py-1 ">
<div className=" w-full !max-w-[450px]">
Expand Down

1 comment on commit 5e12726

@vercel
Copy link

@vercel vercel bot commented on 5e12726 May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.