ui: rm cross validation for meta (only exists on backend)
This commit is contained in:
parent
677971f415
commit
d22795b14e
1 changed files with 0 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue