Skip to content

Commit

Permalink
Merge branch 'Bump-eslint-config-beslogic-to-3.0.0' of https://github…
Browse files Browse the repository at this point in the history
….com/BesLogic/releaf-canopeum into Bump-eslint-config-beslogic-to-3.0.0
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 15, 2024
2 parents fa828b2 + 23bdf9a commit ccf840d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const ConfirmationDialog = ({ actions, children, onClose, open, title }: Props)

break
}
case 'ok':{
case 'ok': {
buttonClasses += ' btn-outline-primary'
buttonText = translate('generic.ok')
proceed = true
Expand Down
1 change: 0 additions & 1 deletion canopeum_frontend/src/components/settings/AdminCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const AdminCard = ({ admin }: Props) => (
{admin.sites.map(site => (
<div className='d-flex align-items-center text-primary' key={site.id}>
{

/* See TODO
<span className='material-symbols-outlined'>
{getSiteTypeIconKey(site.siteType.id)}
Expand Down
1 change: 0 additions & 1 deletion canopeum_frontend/src/utils/arrayUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const mapSum = <
values.reduce(
(previous, current) =>
previous + (

/* total-functions/no-unsafe-type-assertion --
The retriction using KeysWithValsOfType ensures the value obtained from the key is of known
type. We don't want the the objects to be restricted to *only* those value types */
Expand Down

0 comments on commit ccf840d

Please sign in to comment.