fix: detail
This commit is contained in:
parent
21b3703bd8
commit
fcde5b5c9e
@ -19,7 +19,13 @@ const CardWrapper = ({
|
|||||||
}: CardWrapperProps) => {
|
}: CardWrapperProps) => {
|
||||||
const { t } = useMixedTranslation(locale)
|
const { t } = useMixedTranslation(locale)
|
||||||
return (
|
return (
|
||||||
<div className='group relative rounded-xl cursor-pointer'>
|
<div
|
||||||
|
className='group relative rounded-xl cursor-pointer'
|
||||||
|
onClick={() => {
|
||||||
|
if (!showInstallButton)
|
||||||
|
window.open(`${MARKETPLACE_URL_PREFIX}/plugin/${plugin.org}/${plugin.name}`)
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Card
|
<Card
|
||||||
key={plugin.name}
|
key={plugin.name}
|
||||||
payload={plugin}
|
payload={plugin}
|
||||||
|
Loading…
Reference in New Issue
Block a user