Skip to content
Prev Previous commit
Next Next commit
silly!
  • Loading branch information
aslilac committed Oct 4, 2023
commit 0bfa16a654cf99f6a75df5c3b03023637ccce948
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export const TemplateVersionEditor: FC<TemplateVersionEditorProps> = ({
{!disableUpdate && (
<button
css={styles.tab}
className={selectedTab === 0 ? "active" : ""}
className={selectedTab === 1 ? "active" : ""}
onClick={() => {
setSelectedTab(1);
}}
Expand Down