On mobile view when tooltip icon in states table is tapped, the district table also opens
Created by: nayakrahul
Describe the bug On mobile view, when tooltip icon in states table (if available) is tapped, the reveal of district table is also triggered which causes the district table to open as well.
To Reproduce Steps to reproduce the behavior:
- Go to Home
- Click on the tooltip icon in West Bengal row in states table
- Notice that both tooltip info and district table opens
Expected behavior When we tap on the tooltip icon in mobile view, only info should be shown and the district table should not open.
Additional context We can solve this by preventing the revealing of district table explicitly when the tooltip icon is tapped.