diff --git a/lib/pages/whisper/view.dart b/lib/pages/whisper/view.dart index 065297ae..e9615347 100644 --- a/lib/pages/whisper/view.dart +++ b/lib/pages/whisper/view.dart @@ -66,7 +66,7 @@ class _WhisperPageState extends State { padding: const EdgeInsets.all(0), childAspectRatio: 1.25, children: - _whisperController.msgFeedTop.value.map((item) { + _whisperController.msgFeedTop.map((item) { return Column( crossAxisAlignment: CrossAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,