larxius commited on
Commit
8ba3fc5
·
verified ·
1 Parent(s): 6d101ea

Update frontend/src/pages/Dashboard.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Dashboard.jsx +2 -0
frontend/src/pages/Dashboard.jsx CHANGED
@@ -20,6 +20,8 @@ const CustomBarTooltip = ({ active, payload, label }) => {
20
  );
21
  }
22
  return null;
 
 
23
  const getCleanDomain = (url) => {
24
  if (!url) return '';
25
  try {
 
20
  );
21
  }
22
  return null;
23
+ };
24
+
25
  const getCleanDomain = (url) => {
26
  if (!url) return '';
27
  try {