We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d29cfe commit 79dcc7bCopy full SHA for 79dcc7b
1 file changed
src/components/Common/UI/Footer.tsx
@@ -162,7 +162,7 @@ export default function Footer({ setIsPinnedWeb }: FooterProps) {
162
<span className="mr-1.5">
163
{goAskAi
164
? t("search.askCocoAi.continueInChat")
165
- : !selectedExtension?.installed
+ : (visibleExtensionStore || visibleExtensionDetail) && !selectedExtension?.installed
166
? t("search.footer.install")
167
: t("search.footer.select")}
168
</span>
0 commit comments