diff --git a/src/components/stack/stack.component.tsx b/src/components/stack/stack.component.tsx index 253c43e..f55c369 100644 --- a/src/components/stack/stack.component.tsx +++ b/src/components/stack/stack.component.tsx @@ -104,7 +104,7 @@ const Stack: React.FunctionComponent = (incomingProps) => { {!!item && ( - {item} + {item} {index !== children.length - 1 ? ( ) : null}