Increase review count

This commit is contained in:
xmflsct 2022-11-12 18:01:17 +01:00
parent f2de56f602
commit dc83818e90
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ export type ContextsState = {
}
export const contextsInitialState = {
// After 3 successful postings
// After 10 successful postings
storeReview: {
context: 3,
context: 10,
current: 0,
shown: false
},