Skip to content

Commit

Permalink
Update the template
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 23, 2024
1 parent d9350ca commit 4a1eb85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/DisplayData/DisplayData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export const DisplayData: FC<DisplayDataProps> = ({ header, rows }) => (
{rows.map((item, idx) => {
let valueNode: ReactNode;

console.log(item);

if (item.value === undefined) {
valueNode = <i>empty</i>;
} else {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LaunchParamsPage/LaunchParamsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { List } from '@telegram-apps/telegram-ui';
import WebApp from '@twa-dev/sdk';
import type { FC } from 'react';

import { DisplayData } from '@/components/DisplayData/DisplayData.tsx';
import WebApp from '@twa-dev/sdk';

export const LaunchParamsPage: FC = () => {
return (
Expand Down

0 comments on commit 4a1eb85

Please sign in to comment.