Skip to content

Commit

Permalink
remove commented code, completely remoed pre-push test and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kildre committed Jun 12, 2024
1 parent a8c77ef commit 318cd69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,3 @@ exit 1
else
echo "No uncommitted changes found."
fi

# Run Unit Tests

# npm run test

# Run Linting

# npm run lint
9 changes: 0 additions & 9 deletions ui/src/pages/home/apps-section/app-filters/app-filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,6 @@ export const AppFilters = ({
>
Clear
</Button>
{/* <Button
id="apply-filters-btn"
variant="contained"
size="small"
onClick={handleApplyFilters}
sx={{ px: 'none !important', minWidth: '20px' }}
>
Apply
</Button> */}
<Button
id="apply-filters-btn"
variant="contained"
Expand Down

0 comments on commit 318cd69

Please sign in to comment.