diff --git a/packages/actify/src/components/Chips/AssistChip.tsx b/packages/actify/src/components/Chips/AssistChip.tsx index 82a8681..8dba6ea 100644 --- a/packages/actify/src/components/Chips/AssistChip.tsx +++ b/packages/actify/src/components/Chips/AssistChip.tsx @@ -279,7 +279,7 @@ const AssitChip = (props: AssitChipProps) => { ) : ( )} - + {renderPrimaryAction({ href, primary: true })} diff --git a/packages/actify/src/components/Chips/FilterChip.tsx b/packages/actify/src/components/Chips/FilterChip.tsx index 930e32f..3b7644c 100644 --- a/packages/actify/src/components/Chips/FilterChip.tsx +++ b/packages/actify/src/components/Chips/FilterChip.tsx @@ -361,7 +361,7 @@ const FilterChip = (props: FilterChipProps) => { ) : ( )} - + {renderPrimaryAction({ href, primary: true })} {removable && ( diff --git a/packages/actify/src/components/Chips/InputChip.tsx b/packages/actify/src/components/Chips/InputChip.tsx index 21d263a..17e6b9a 100644 --- a/packages/actify/src/components/Chips/InputChip.tsx +++ b/packages/actify/src/components/Chips/InputChip.tsx @@ -325,7 +325,7 @@ const InputChip = (props: InputChipProps) => { ) : ( )} - + {renderPrimaryAction({ href, primary: true })} {removable && } diff --git a/packages/actify/src/components/Chips/RemoveButton.tsx b/packages/actify/src/components/Chips/RemoveButton.tsx index 29dcef6..f21ed92 100644 --- a/packages/actify/src/components/Chips/RemoveButton.tsx +++ b/packages/actify/src/components/Chips/RemoveButton.tsx @@ -77,7 +77,7 @@ const RemoveButton = (props: RemoveButtonProps) => { onClick={handleClick} className={action()} > - +