diff --git a/packages/gestalt/src/BannerSlim.tsx b/packages/gestalt/src/BannerSlim.tsx index 2fafcbbd8f..0b440bcda4 100644 --- a/packages/gestalt/src/BannerSlim.tsx +++ b/packages/gestalt/src/BannerSlim.tsx @@ -59,9 +59,13 @@ type PrimaryActionType = role?: 'button'; }; - - -function PrimaryAction({ accessibilityLabel, disabled, label, isInVRExperiment, ...props }: PrimaryActionType) { +function PrimaryAction({ + accessibilityLabel, + disabled, + label, + isInVRExperiment, + ...props +}: PrimaryActionType) { return props.role === 'link' ? (