remove raw date value from tanstak-table
This commit is contained in:
@@ -351,7 +351,6 @@ export default function TanstakFilesTable({ fileType }: { fileType: string }) {
|
||||
<br />
|
||||
{formatDateTime(row.original.uploadDate)}
|
||||
<br />
|
||||
{row.original.uploadDate}
|
||||
</>
|
||||
) : (
|
||||
<div>-</div>
|
||||
|
||||
@@ -157,7 +157,7 @@ export function SearchedUserFilesList({ list, allowedExtensions }: { list: FileI
|
||||
</div>
|
||||
<div className="similarity-score">
|
||||
<div className="similarity-percentage">
|
||||
{t(e.similarityLevel)}
|
||||
{e.similarityLevel ? t(e.similarityLevel) : ''}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user