tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
[web] fix incorrect createdAt date
tsiry-sandratraina.com
8 months ago
808446e7
8a4d8736
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
pages
profile
Profile.tsx
+1
-1
apps/web/src/pages/profile/Profile.tsx
···
67
67
displayName: profile.data.displayName,
68
68
handle: profile.data.handle,
69
69
spotifyConnected: profile.data.spotifyConnected,
70
70
-
createdAt: profile.data.createdat,
70
70
+
createdAt: profile.data.createdAt,
71
71
did,
72
72
},
73
73
}));