Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
# Conflicts:
#	client/modules/post/view/template.tsx
  • Loading branch information
pauljaijai committed Dec 14, 2024
2 parents 1bdc2b4 + 666430f commit 5a995be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/modules/post/view/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const ReferralPostDetailsPageTemplate: React.FunctionComponent<
ReferralPostDetailsPageProps
> = ({ postUuid }) => {
const t = useI18n()
const router = useRouter()
const { data: post, isLoading, isSuccess } = useGetPost(postUuid)
const userUuid = useUserStore((state) => state.uuid)
const isViewingOwnProfile = post?.created_by === userUuid
Expand Down

0 comments on commit 5a995be

Please sign in to comment.