diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html
index 49b3fcb428..a6770dedab 100644
--- a/layouts/shortcodes/tabs.html
+++ b/layouts/shortcodes/tabs.html
@@ -4,9 +4,6 @@
{{- $minor := int (index $version 1) }}
{{- $color := (.Get "color") }}
{{- $groupid := (.Get "groupid") }}
-{{- if or (and (eq $major 0) (ge $minor 108)) (gt $major 0) }}
- {{- $groupid = $groupid | default "" }}
-{{- end }}
{{- $icon := (.Get "icon") }}
{{- $style := (.Get "style") }}
{{- $title := (.Get "title") }}