Browse Source

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

thanks!
l1dev 3 năm trước cách đây
mục cha
commit
80d4b3bb82
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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