We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6356fb1 commit fb4cd3fCopy full SHA for fb4cd3f
1 file changed
apps/webapp/app/routes/api.v1.plain.customer-cards.ts
@@ -193,22 +193,6 @@ export async function action({ request }: ActionFunctionArgs) {
193
],
194
}),
195
uiComponent.spacer({ size: "S" }),
196
- uiComponent.row({
197
- mainContent: [
198
- uiComponent.text({
199
- text: "Admin",
200
- size: "S",
201
- color: "MUTED",
202
- }),
203
- ],
204
- asideContent: [
205
- uiComponent.badge({
206
- label: user.admin ? "Yes" : "No",
207
- color: user.admin ? "BLUE" : "GREY",
208
209
210
211
- uiComponent.spacer({ size: "S" }),
212
uiComponent.row({
213
mainContent: [
214
uiComponent.text({
0 commit comments