Fix stable CI (#1395)

pull/1398/head
Brett Morgan 2 years ago committed by GitHub
parent 5bafa16789
commit 694c1314ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -212,13 +212,13 @@ class BookForm extends StatelessWidget {
),
const Divider(),
const SizedBox(height: 32),
if (book.thumbnail?.url != null) ... [
if (book.thumbnail?.url != null) ...[
Center(
child: Image.network(book.thumbnail!.url!),
),
const SizedBox(height: 32),
],
if (book.summary != null) ... [
if (book.summary != null) ...[
const Center(
child: Text(
'BOOK DESCRIPTION',

Loading…
Cancel
Save