File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ const collapseItems = [
20
20
< Text >
21
21
Your agent can only participate in one staking contract at a time.
22
22
</ Text >
23
- < Text >
24
- To be eligible for rewards your agent must run max 1 hour a day,
25
- regardless of the staking contract.
26
- </ Text >
27
23
</ Flex >
28
24
) ,
29
25
} ,
Original file line number Diff line number Diff line change @@ -45,15 +45,6 @@ export const SetupYourAgent = () => {
45
45
{ selectedAgentType === AgentType . Modius && (
46
46
< ModiusAgentForm serviceTemplate = { serviceTemplate } />
47
47
) }
48
-
49
- < Text
50
- type = "secondary"
51
- className = "text-sm"
52
- style = { { display : 'block' , marginTop : '-16px' } }
53
- >
54
- You won’t be able to update your agent’s configuration after this
55
- step.
56
- </ Text >
57
48
</ CardFlex >
58
49
</ ConfigProvider >
59
50
) ;
You can’t perform that action at this time.
0 commit comments