mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Increase review count
This commit is contained in:
@ -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
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user