Skip to content

Commit

Permalink
Remove long name suffix I was using for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Sep 19, 2024
1 parent 8781038 commit ae3dfd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function WorkflowQueriesTile(props: Props) {
<styled.Tile onClick={() => props.onClick()} $isSelected={props.isSelected}>
<styled.Header>
<styled.LabelContainer>
<styled.Label>{props.name + 'fasdfdsfsdfsdfsdfdsfs'}</styled.Label>
<styled.Label>{props.name}</styled.Label>
<WorkflowQueriesStatusIcon status={props.queryStatus} />
</styled.LabelContainer>
<styled.Actions>
Expand Down

0 comments on commit ae3dfd9

Please sign in to comment.