We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a23bd commit dcf2464Copy full SHA for dcf2464
client/src/pages/Home/Home.tsx
@@ -54,6 +54,8 @@ const Home = () => {
54
const getValueByLabel = (label: string) =>
55
personalInfoData.find((info) => info.label === label)?.value || "0";
56
57
+ console.log("test");
58
+
59
return (
60
<LanguageProvider>
61
<PlatformWrapper>
0 commit comments