We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e772a commit 4f29309Copy full SHA for 4f29309
src/apps/home/app/index.tsx
@@ -44,7 +44,7 @@ export const HomeApp = () => {
44
const hasPublishedHomepage = !!contentItemPublishings?.length;
45
const hasCreatedNewModel = models?.some(
46
(model) =>
47
- moment(model.createdAt).diff(instanceCreatedAtDate, "minutes") >= 10
+ moment(model.createdAt).diff(instanceCreatedAtDate, "minutes") >= 2
48
);
49
const isFetching =
50
isModelsFetching ||
0 commit comments