1
0
mirror of https://github.com/tooot-app/app synced 2025-02-18 04:40:57 +01:00

Increase review count

This commit is contained in:
xmflsct 2022-11-12 18:01:17 +01:00
parent f2de56f602
commit dc83818e90

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
},