Skip to content

Commit

Permalink
fix(screens): Fix fethcing notice in some site styles
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 9, 2023
1 parent 7bef4fb commit 7c98791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/notice/notice_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class _NoticePageState extends ConsumerState<NoticePage> {

final noticeList = document
.querySelectorAll(
'div#ct > div > div.mn > div.bm.bw0 > div.xld.xlda > div.nts > dl.cl')
'div#ct div.mn > div.bm.bw0 > div.xld.xlda > div.nts > dl.cl')
.map(Notice.fromClNode)
.where((e) => e.isValid())
.toList();
Expand Down

0 comments on commit 7c98791

Please sign in to comment.