Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Mar 26, 2024
1 parent e8ad6e5 commit 6398564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-godot-app/ui/main_menu/pages/view_space.gd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func populate(space: Dictionary) -> void:
var updated = Time.get_datetime_dict_from_datetime_string(_space.get('updatedAt', ""), false)
_updated_at_label.text = Util.datetime_dict_to_mmm_dd_yyyy(updated)
_url_label.text = _construct_space_url(_space.get("_id", "unknown"))

if _space.creator is String:
var creator_promise: Promise = Net.user_client.get_user_profile(_space.creator)
creator_promise.connect_func_to_fulfill(func():
Expand Down

0 comments on commit 6398564

Please sign in to comment.