mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27: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}`}
|
||||
className={styles['board-row']}
|
||||
title={`${req.path.id} - ${req.path.type_name}`}
|
||||
items={content.content.map((item) => ({
|
||||
...item,
|
||||
posterShape: item.posterShape || 'poster'
|
||||
}))}
|
||||
items={content.content}
|
||||
/>
|
||||
);
|
||||
case 'Message':
|
||||
|
|
|
|||
Loading…
Reference in a new issue