2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00
This commit is contained in:
Matthias Mair
2024-04-16 23:45:10 +02:00
parent 9ca80d612b
commit 91dbb135f8

View File

@ -63,11 +63,7 @@ export default function PricingOverviewPanel({
<Group position="left" spacing="xs"> <Group position="left" spacing="xs">
{record.icon} {record.icon}
{is_link ? ( {is_link ? (
<Anchor <Anchor weight={700} onClick={() => doNavigation(record.name)}>
weight={700}
onClick={() => doNavigation(record.name)}
component={Text}
>
{record.title} {record.title}
</Anchor> </Anchor>
) : ( ) : (