@@ -19,7 +19,7 @@ const Notification = () => {
}
const [state, setState] = useState({
loading: false,
- message: [],
+ list: [],
hasMore: false,
current: 1,
pageSize: 15,