Explorar el Código

Merge branch 'council-missing-domain' of Operations/jsstats into frontend

thanks!
l1dev hace 3 años
padre
commit
80d4b3bb82
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/components/Dashboard/index.tsx

+ 2 - 0
src/components/Dashboard/index.tsx

@@ -28,6 +28,7 @@ const Dashboard = (props: IProps) => {
     stashes,
     stakes,
     validators,
+    domain,
   } = props;
 
   return (
@@ -55,6 +56,7 @@ const Dashboard = (props: IProps) => {
           stars={stars}
           status={status}
           validators={validators}
+          domain={domain}
         />
 
         <Proposals