Remove alert
This commit is contained in:
@@ -61,7 +61,6 @@ const ServiceItem: FC<Props> = (props: Props) => {
|
||||
|
||||
useEffect(() => {
|
||||
if (isChecked && isDmenu && props.isLinkPanel) {
|
||||
alert(props.subscriptionId)
|
||||
if (dmenuSubscription && !isPending) {
|
||||
if (item.link) {
|
||||
window.open(item.link, '_blank')
|
||||
|
||||
Reference in New Issue
Block a user