mirror of https://github.com/tooot-app/app
Increase review count
This commit is contained in:
parent
f2de56f602
commit
dc83818e90
|
@ -18,9 +18,9 @@ export type ContextsState = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const contextsInitialState = {
|
export const contextsInitialState = {
|
||||||
// After 3 successful postings
|
// After 10 successful postings
|
||||||
storeReview: {
|
storeReview: {
|
||||||
context: 3,
|
context: 10,
|
||||||
current: 0,
|
current: 0,
|
||||||
shown: false
|
shown: false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue