You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Permit Overview, so that associated mines are now shown and able to be navigated to. Updated backend model to support the new UI, updated unit tests for new code
* Switched to using CSS classes for styling, instead of linline
style={{background: 'none',border: 'none',padding: 0,cursor: 'pointer',color: 'inherit',font: 'inherit'}}// Strip all styling, keep as inline text
89
+
style={{background: 'none',border: 'none',padding: 0,cursor: 'pointer',color: '#1890ff',font: 'inherit',textDecoration: 'underline'}}// Strip all styling, keep as inline text
86
90
>
87
-
Associated with {item.result.mines.length} Mines
91
+
• Associated with {item.result.mines.length} Mines
0 commit comments