Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Jul 23, 2024
1 parent 38351c2 commit 41187bc
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 23 deletions.
10 changes: 4 additions & 6 deletions src/app/Apps/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ const Router: React.FC = () => {
return (
<Switch>
<Route path={`${path}`} exact>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>


<SectionMessage type="info">
Select an app from the list.
</SectionMessage>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>
<SectionMessage type="info">
Select an app from the list.
</SectionMessage>
</div>
</Route>

Expand Down
9 changes: 4 additions & 5 deletions src/app/Files/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ const Router: React.FC = () => {
return (
<Switch>
<Route path={`${path}`} exact>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>

<SectionMessage type="info">
Select a system from the list.
</SectionMessage>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>
<SectionMessage type="info">
Select a system from the list.
</SectionMessage>
</div>
</Route>

Expand Down
7 changes: 4 additions & 3 deletions src/app/Jobs/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ const Router: React.FC = () => {
return (
<Switch>
<Route path={`${path}`} exact>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>

<SectionMessage type="info">Select a job from the list.</SectionMessage>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>
<SectionMessage type="info">
Select a job from the list.
</SectionMessage>
</div>
</Route>

Expand Down
6 changes: 4 additions & 2 deletions src/app/Pods/_components/PageImages/PageImages.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions src/app/Pods/_components/PagePods/PagePods.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions src/app/Systems/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ const Router: React.FC = () => {
return (
<Switch>
<Route path={`${path}`} exact>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>

<SectionMessage type="info">
Select a system from the list.
</SectionMessage>
<div style={{ margin: '1rem', flex: 1, overflow: 'auto' }}>
<SectionMessage type="info">
Select a system from the list.
</SectionMessage>
</div>
</Route>

Expand Down

0 comments on commit 41187bc

Please sign in to comment.