chore: The Explore search function also displays the Camera's nickname in English

This commit is contained in:
ZhaiSoul 2025-08-21 06:29:49 +00:00
parent 7f655cc77d
commit 4a5f7bd6a3

View File

@ -928,7 +928,15 @@ export default function InputWithTags({
onSelect={() => handleSuggestionClick(suggestion)}
>
{i18n.language === "en" ? (
suggestion
currentFilterType && currentFilterType === "cameras" ? (
<>
{suggestion} {" ("}{" "}
<CameraNameLabel camera={suggestion} />
{")"}
</>
) : (
suggestion
)
) : (
<>
{suggestion} {" ("}