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