Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Feb 19, 2024
1 parent d0c9cd0 commit f5d4f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/console/src/features/parent-roles/parent-roles.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down Expand Up @@ -72,7 +72,7 @@ const ParentRolePage = (props: ParentRolePagePropsInterface): ReactElement => {
primaryAction={ t("common:configure") }
>
<Divider hidden/>
</Section>
</Section>
</Grid.Column>
</Grid.Row>
<Divider hidden/>
Expand All @@ -92,7 +92,7 @@ const ParentRolePage = (props: ParentRolePagePropsInterface): ReactElement => {
primaryAction={ t("common:configure") }
>
<Divider hidden/>
</Section>
</Section>
</Grid.Column>
</Grid.Row>
)
Expand Down

0 comments on commit f5d4f47

Please sign in to comment.