Remove useless code

This commit is contained in:
krawieck 2020-08-31 21:32:34 +02:00
parent 3c47eb0886
commit 19047de57d
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ class Comments extends HookWidget {
@override
Widget build(BuildContext context) {
var sorting = useState(SortType.active);
return Column(children: [
// sorting menu goes here
if (comments.isEmpty)