-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the features not working on page (#142)
Signed-off-by: Harshil-Jani <[email protected]>
- Loading branch information
1 parent
49fd3ae
commit 2f4e567
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="profile-widget"> | ||
<app-event-header [pubkey]="pubkey"></app-event-header> | ||
<app-profile-actions [pubkey]="pubkey"></app-profile-actions> | ||
<app-profile-actions [pubkey]="pubkey" [profile]="profile"></app-profile-actions> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters