Skip to content

Commit

Permalink
remove double indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Oct 28, 2024
1 parent e5957b6 commit 402a734
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ export function HogFunctionConfiguration({ templateId, id }: HogFunctionConfigur
{template && <DestinationTag status={template.status} />}
</div>

<HogFunctionStatusIndicator hogFunction={hogFunction} />

{showEnabled && <HogFunctionStatusIndicator hogFunction={hogFunction} />}
{showEnabled && (
<LemonField name="enabled">
Expand Down

0 comments on commit 402a734

Please sign in to comment.