Skip to content

Commit

Permalink
Updated skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Aug 8, 2023
1 parent 05aa4d7 commit 7470e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ const EnvironmentVariablesSkeleton = () => {
<div className="scope">
<Skeleton width={"90%"} />
</div>
<div className="delete">
<Skeleton width={"90%"} />
</div>
</div>
);

const projectSkeletonItem = (
<div className="data-row">
<div className="varName">
<Skeleton width={"80%"} />
<Skeleton width={"90%"} />
</div>
<div className="scope">
<Skeleton width={"80%"} />
<Skeleton width={"90%"} />
</div>
</div>
);
Expand All @@ -51,9 +48,6 @@ const EnvironmentVariablesSkeleton = () => {
<div className="scope">
<label>Scope</label>
</div>
<div className="delete">
<label>Delete</label>
</div>
</div>
<div className="data-table">
{[...Array<undefined>(numberOfVariableFields)].map(
Expand Down
6 changes: 0 additions & 6 deletions src/components/ProjectVariables/ProjectVariablesSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const ProjectVariablesSkeleton = () => {
<div className="scope">
<Skeleton width={"90%"} />
</div>
<div className="delete">
<Skeleton width={"90%"} />
</div>
</div>
);

Expand All @@ -40,9 +37,6 @@ const ProjectVariablesSkeleton = () => {
<div className="scope">
<label>Scope</label>
</div>
<div className="delete">
<label>Delete</label>
</div>
</div>
<div className="data-table">
{[...Array<undefined>(numberOfVariableFields)].map(
Expand Down

0 comments on commit 7470e59

Please sign in to comment.