Skip to content

Commit

Permalink
Pin split rewards post
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Feb 14, 2024
1 parent 0a459de commit 146a7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CREATORS_CONSTANTS = {
},
}

export const PINNED_POST_IDS = ['']
export const PINNED_POST_IDS = ['62208']
export function isPinnedPost(postId: string) {
return PINNED_POST_IDS.includes(postId)
}
Expand Down

0 comments on commit 146a7f1

Please sign in to comment.