mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-27 04:57:42 +08:00
fix: airdate is null
This commit is contained in:
@@ -45,7 +45,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
|
|||||||
DataCell(Text("${ep.title}")),
|
DataCell(Text("${ep.title}")),
|
||||||
DataCell(Opacity(
|
DataCell(Opacity(
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
child: Text("${ep.airDate}"),
|
child: Text(ep.airDate??"-"),
|
||||||
)),
|
)),
|
||||||
DataCell(
|
DataCell(
|
||||||
Opacity(
|
Opacity(
|
||||||
|
|||||||
Reference in New Issue
Block a user