Skip to content

Commit

Permalink
Fix: Link List ontap edit entity
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSoNaTuRaL committed Mar 23, 2021
1 parent 46788d6 commit db8a640
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev/neat/lib/links/LinksList.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ class LinksList extends StatelessWidget {
}
},
onTap: () async {
if (link.actLink == null) {
return;
}

linksModel.entityBeingEdited =
await LinksDBWorker.db.get(link.id);
if (linksModel.entityBeingEdited.actLink == null) {
Expand Down

0 comments on commit db8a640

Please sign in to comment.