Skip to content

Commit c3b6f3e

Browse files
committed
dev
1 parent 6981674 commit c3b6f3e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Profile/ProfilePage.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const ProfilePage = () => {
2828
}
2929
const response = await fetch(`/data/${profileFile}`);
3030
const data = await response.json();
31-
// Add fileName (without .json) to the profile data
3231
setProfileData({ ...data, fileName: profileFile.replace('.json', '') });
3332
} catch (error) {
3433
console.error('Error fetching profile data:', error);

0 commit comments

Comments
 (0)