Remove alert

This commit is contained in:
hamid zarghami
2025-12-31 14:56:19 +03:30
parent 9a0df75bb4
commit e801429cc8
-1
View File
@@ -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')