Add todo comment
This commit is contained in:
parent
8f9bf91056
commit
05eb748980
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue