fix: Remove bad interpolation
This commit is contained in:
@@ -51,7 +51,7 @@ class CalendarBloc extends Bloc<CalendarEvent, CalendarState> {
|
|||||||
airing = false;
|
airing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
print('Anime "${anime.title}": airing=${airing}');
|
print('Anime "${anime.title}": airing=$airing');
|
||||||
if (!airing) {
|
if (!airing) {
|
||||||
al.add(
|
al.add(
|
||||||
AnimeUpdatedEvent(
|
AnimeUpdatedEvent(
|
||||||
|
|||||||
Reference in New Issue
Block a user