web: groups shouldn't be ignored in reminders list

This commit is contained in:
Abdullah Atta
2023-03-17 22:21:14 +05:00
committed by Abdullah Atta
parent 7c1bb33ea9
commit 760d4abbd0

View File

@@ -32,6 +32,7 @@ function Reminders() {
<>
<ListContainer
type="reminders"
groupType="reminders"
refresh={refresh}
items={reminders}
placeholder={<Placeholder context="reminders" />}