Skip to content

Commit

Permalink
fix SpaceView
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoAcosta committed Oct 13, 2024
1 parent fe7495e commit a9c37c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spaces/Space.sol
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ contract Space is ISpace, Ownable {
owner: owner(),
stamp: StampView({
addr: address(followerStamp),
platform: followerStamp.getPlatform(),
followedAccount: followerStamp.getFollowed(),
platform: followerStamp.PLATFORM(),
followedAccount: followerStamp.FOLLOWED(),
userHasStamp: followerStamp.balanceOf(user) > 0
}),
points: PointsView({
Expand Down

0 comments on commit a9c37c7

Please sign in to comment.