Skip to content

Commit b52c994

Browse files
authored
Merge pull request #406 from valory-xyz/hotfix/remove-agent-profile-link
hotfix: remove agent profile link
2 parents 0e17fa5 + dc24c0f commit b52c994

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

frontend/components/YourWalletPage/YourAgent.tsx

+9-1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ export const YourAgentWallet = () => {
133133
<Text className="m-0 text-sm" type="secondary">
134134
Your agent
135135
</Text>
136+
<Text strong>{agentName}</Text>
137+
138+
{/*
139+
140+
@note: removed until predict ui resolution
141+
136142
<Flex justify="space-between">
137143
<Text strong>{agentName}</Text>
138144
<a
@@ -141,8 +147,10 @@ export const YourAgentWallet = () => {
141147
className="text-sm"
142148
>
143149
Agent profile {UNICODE_SYMBOLS.EXTERNAL_LINK}
144-
</a>
150+
</a>
145151
</Flex>
152+
153+
*/}
146154
</Flex>
147155
</Flex>
148156
</Flex>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"download-binaries": "sh download_binaries.sh",
6464
"build:pearl": "sh build_pearl.sh"
6565
},
66-
"version": "0.1.0-rc173"
66+
"version": "0.1.0-rc174"
6767
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-middleware"
3-
version = "0.1.0-rc173"
3+
version = "0.1.0-rc174"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)