mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-14 04:27:39 +00:00
fix getFileExtension missing numeric extensions (e.g. mp4)
This commit is contained in:
parent
e21f0f9bb9
commit
e4950e06a1
3 changed files with 3 additions and 4 deletions
quartz/components
|
@ -13,9 +13,7 @@ export default (() => {
|
|||
}
|
||||
|
||||
segments.push(timeTaken)
|
||||
return (
|
||||
<p class="content-meta">{segments.join(", ")}</p>
|
||||
)
|
||||
return <p class="content-meta">{segments.join(", ")}</p>
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue