Skip to content

Commit dcf2464

Browse files
committed
example commit
1 parent 67a23bd commit dcf2464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/pages/Home/Home.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ const Home = () => {
5454
const getValueByLabel = (label: string) =>
5555
personalInfoData.find((info) => info.label === label)?.value || "0";
5656

57+
console.log("test");
58+
5759
return (
5860
<LanguageProvider>
5961
<PlatformWrapper>

0 commit comments

Comments
 (0)