diff --git a/frontend/app/components/shared/SessionItem/SessionItem.tsx b/frontend/app/components/shared/SessionItem/SessionItem.tsx index acceae4ed..a87bfc3c4 100644 --- a/frontend/app/components/shared/SessionItem/SessionItem.tsx +++ b/frontend/app/components/shared/SessionItem/SessionItem.tsx @@ -144,7 +144,6 @@ function SessionItem(props: RouteComponentProps & Props) { const isLastPlayed = lastPlayedSessionId === sessionId; const _metaList = Object.keys(metadata) - .filter((i) => metaList.includes(i)) .map((key) => { const value = metadata[key]; return { label: key, value };