Skip to content

Commit

Permalink
DPLT-1068 feat: likes on comments (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaans committed Jul 27, 2023
1 parent 5493b04 commit ccd5dbc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,14 @@ return (
{blockHeight !== "now" && (
<Actions>
<Widget
src={`${APP_OWNER}/widget/QueryApi.Examples.Feed.LikeButton`}
src={`mob.near/widget/LikeButton`}
props={{
item: {
type: "social",
path: `${accountId}/post/comment`,
blockHeight,
},
notifyAccountId: state.notifyAccountId,
likes: [],
GRAPHQL_ENDPOINT,
APP_OWNER,
}}
/>
<Widget
Expand Down

0 comments on commit ccd5dbc

Please sign in to comment.