Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Feb 18, 2024
1 parent 18ec8ec commit 904497b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ export const MiniVideoPostDetails = ({
user: localPost.authorId,
mentions: [],
hashtags: [],
premiumLevelMax: -1,

premiumLevelMin: 0,
premiumLevelMax: -1,
},
limit: 10,
offset: 0,
Expand All @@ -102,9 +101,8 @@ export const MiniVideoPostDetails = ({
user: "",
mentions: [],
hashtags: [],
premiumLevelMax: -1,

premiumLevelMin: 0,
premiumLevelMax: -1,
},
limit: 10,
offset: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ export const PostsUPPScreen: FC<UppTabScreenProps> = ({
mentions: [],
categories: [],
hashtags: [],
premiumLevelMax: -1,

premiumLevelMin: 0,
premiumLevelMax: -1,
},
limit: 10,
offset: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ export const VideosUPPScreen: FC<UppTabScreenProps> = ({
user: userId,
mentions: [],
hashtags: [],
premiumLevelMax: -1,

premiumLevelMin: 0,
premiumLevelMax: -1,
},
limit: 10,
offset: 0,
Expand Down

0 comments on commit 904497b

Please sign in to comment.