fixed title in short table

This commit is contained in:
Daniel Shleifman
2021-06-16 11:34:00 +03:00
parent 3c6322f45d
commit 1de3050cdc

View File

@@ -93,7 +93,7 @@ const Table = memo(
return ( return (
(season === selectedSeason || !seasonAmount?.length) && ( (season === selectedSeason || !seasonAmount?.length) && (
<ShortTable key={id} isViewed={isViewed}> <ShortTable key={id} isViewed={isViewed}>
<div className='short-table-name'>{title}</div> <div className='short-table-name'>{shouldDisplayFullFileName ? path : title}</div>
<div className='short-table-data'> <div className='short-table-data'>
{isViewed && ( {isViewed && (
<div className='short-table-field'> <div className='short-table-field'>