Browse Source

细节调整

xiaoct 7 years ago
parent
commit
04f789c841
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/components/dashboard/dashboard.jsx

+ 1 - 1
app/components/dashboard/dashboard.jsx

@@ -16,7 +16,7 @@ class Dashboard extends React.Component {
     }
 
     generateCard() { 
-        const list = this.props.dashboard.myDashboardList
+        const list = this.props.dashboard.myDynamicDashboardList
         return list.map(i => {
             return (
                 <Card key={i.dashboardID}