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(
|
||||||
padding: const EdgeInsetsGeometry.symmetric(
|
padding: const EdgeInsetsGeometry.symmetric(
|
||||||
vertical: 8,
|
vertical: 8,
|
||||||
@@ -423,7 +424,6 @@ class DetailsPage extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (state.trackingType == TrackingMediumType.anime)
|
|
||||||
if (state.animeWatchers.isNotEmpty)
|
if (state.animeWatchers.isNotEmpty)
|
||||||
Wrap(
|
Wrap(
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user