show textarea if no description but selected cd /workspace/frigate ; /usr/bin/env /usr/bin/python3 /home/vscode/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher 40321 -- -m frigate

This commit is contained in:
Jason Hunter 2023-12-19 15:00:20 -05:00
parent f220e4d3f3
commit 4e6495fedb

View File

@ -849,7 +849,7 @@ function Event({
{event.label.replaceAll('_', ' ')}
{event.sub_label ? `: ${event.sub_label.replaceAll('_', ' ')}` : null}
</div>
{event?.data?.description ? (
{event?.data?.description || viewEvent === event.id ? (
<div className="flex flex-col pb-2">
{viewEvent === event.id ? (
<TextArea