mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
posterShape validation in Board not needed
This commit is contained in:
parent
b9d84ff10d
commit
c859e8fe94
1 changed files with 1 additions and 4 deletions
|
|
@ -29,10 +29,7 @@ const Board = () => {
|
||||||
key={`${index}${req.base}${content.type}`}
|
key={`${index}${req.base}${content.type}`}
|
||||||
className={styles['board-row']}
|
className={styles['board-row']}
|
||||||
title={`${req.path.id} - ${req.path.type_name}`}
|
title={`${req.path.id} - ${req.path.type_name}`}
|
||||||
items={content.content.map((item) => ({
|
items={content.content}
|
||||||
...item,
|
|
||||||
posterShape: item.posterShape || 'poster'
|
|
||||||
}))}
|
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
case 'Message':
|
case 'Message':
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue