mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #81
This commit is contained in:
parent
1069eca4da
commit
673815364f
1 changed files with 1 additions and 2 deletions
|
|
@ -266,11 +266,10 @@ export const FileInfo = {
|
||||||
result[0] += '-chart-graph';
|
result[0] += '-chart-graph';
|
||||||
break;
|
break;
|
||||||
case FileType.Pdf:
|
case FileType.Pdf:
|
||||||
result = ['icon-none', 'pdf'];
|
result[1] = 'pdf';
|
||||||
break;
|
break;
|
||||||
// no default
|
// no default
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue