mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
fix(web): hide icon when no active_app exist
This commit is contained in:
parent
7fb802cc27
commit
2934e928f2
@ -364,7 +364,7 @@
|
||||
src={`${apiEndpoint}/files/${hit.document.filepath}`}
|
||||
alt=""
|
||||
/>
|
||||
{#if getAppName(hit.document)}
|
||||
{#if getAppName(hit.document) !== "unknown"}
|
||||
<div
|
||||
class="absolute bottom-2 left-6 bg-white bg-opacity-75 px-2 py-1 rounded-full text-xs font-semibold border border-gray-200 flex items-center space-x-2"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user