Add todo comment

This commit is contained in:
krawieck 2020-09-04 11:08:11 +02:00
parent 8f9bf91056
commit 05eb748980
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class UserProfile extends HookWidget {
final Future<UserView> _userView;
final String instanceUrl;
// TODO: add `.fromUser` constructor
UserProfile({@required this.userId, @required this.instanceUrl})
: _userView = LemmyApi(instanceUrl)
.v1