fix: 'Watching with' should only show up for anime
This commit is contained in:
@@ -359,6 +359,7 @@ class DetailsPage extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
),*/
|
||||
if (state.trackingType == TrackingMediumType.anime)
|
||||
Padding(
|
||||
padding: const EdgeInsetsGeometry.symmetric(
|
||||
vertical: 8,
|
||||
@@ -423,7 +424,6 @@ class DetailsPage extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
),
|
||||
if (state.trackingType == TrackingMediumType.anime)
|
||||
if (state.animeWatchers.isNotEmpty)
|
||||
Wrap(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user