diff --git a/jam-ui/cypress/screenshots/auth/signup_signin.spec.js/Login to legacy app -- is on dashboard (failed).png b/jam-ui/cypress/screenshots/auth/signup_signin.spec.js/Login to legacy app -- is on dashboard (failed).png deleted file mode 100644 index 5c5bb21af..000000000 Binary files a/jam-ui/cypress/screenshots/auth/signup_signin.spec.js/Login to legacy app -- is on dashboard (failed).png and /dev/null differ diff --git a/jam-ui/cypress/screenshots/friends/friends-list.spec.js/Friends page with data -- making friendship -- add friend (failed).png b/jam-ui/cypress/screenshots/friends/friends-list.spec.js/Friends page with data -- making friendship -- add friend (failed).png deleted file mode 100644 index 1f5de7c95..000000000 Binary files a/jam-ui/cypress/screenshots/friends/friends-list.spec.js/Friends page with data -- making friendship -- add friend (failed).png and /dev/null differ diff --git a/jam-ui/cypress/videos/auth/login.js.mp4 b/jam-ui/cypress/videos/auth/login.js.mp4 new file mode 100644 index 000000000..01467f5a7 Binary files /dev/null and b/jam-ui/cypress/videos/auth/login.js.mp4 differ diff --git a/jam-ui/cypress/videos/auth/signup_signin.spec.js.mp4 b/jam-ui/cypress/videos/auth/signup_signin.spec.js.mp4 deleted file mode 100644 index 60eec5c9b..000000000 Binary files a/jam-ui/cypress/videos/auth/signup_signin.spec.js.mp4 and /dev/null differ diff --git a/jam-ui/cypress/videos/friends/friends-list.spec.js.mp4 b/jam-ui/cypress/videos/friends/friends-list.spec.js.mp4 deleted file mode 100644 index d3db99641..000000000 Binary files a/jam-ui/cypress/videos/friends/friends-list.spec.js.mp4 and /dev/null differ diff --git a/jam-ui/cypress/videos/friends/friends-page.spec.js.mp4 b/jam-ui/cypress/videos/friends/friends-page.spec.js.mp4 new file mode 100644 index 000000000..33da2ab17 Binary files /dev/null and b/jam-ui/cypress/videos/friends/friends-page.spec.js.mp4 differ diff --git a/jam-ui/cypress/videos/layout/navigation.spec.js.mp4 b/jam-ui/cypress/videos/layout/navigation.spec.js.mp4 index 0d1dace72..99773ccf7 100644 Binary files a/jam-ui/cypress/videos/layout/navigation.spec.js.mp4 and b/jam-ui/cypress/videos/layout/navigation.spec.js.mp4 differ diff --git a/jam-ui/src/components/profile/JKProfilePerformanceSamples.js b/jam-ui/src/components/profile/JKProfilePerformanceSamples.js index c23bf276e..726ee722c 100644 --- a/jam-ui/src/components/profile/JKProfilePerformanceSamples.js +++ b/jam-ui/src/components/profile/JKProfilePerformanceSamples.js @@ -8,11 +8,11 @@ const JKProfilePerformanceSamples = ({samples}) => { YOUTUBE: { description: 'youtube' } }; - const jamkasamSamples = samples.filter(sample => sample.service_type === SAMPLE_TYPES.JAMKAZAM.description); + const jamkasamSamples = samples.filter(sample => sample.claimed_recording && sample.service_type === SAMPLE_TYPES.JAMKAZAM.description); - const soundCloudSamples = samples.filter(sample => sample.service_type === SAMPLE_TYPES.SOUNDCLOUD.description); + const soundCloudSamples = samples.filter(sample => sample.claimed_recording && sample.service_type === SAMPLE_TYPES.SOUNDCLOUD.description); - const youTubeSamples = samples.filter(sample => sample.service_type === SAMPLE_TYPES.YOUTUBE.description); + const youTubeSamples = samples.filter(sample => sample.claimed_recording && sample.service_type === SAMPLE_TYPES.YOUTUBE.description); return (