Skip to content

Commit

Permalink
Remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusKjeldgaard committed Feb 4, 2025
1 parent a4b7a69 commit c10748c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion libs/designsystem/divider/src/divider.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';

import { DividerComponent } from './divider.component';
//TODO: Remove!

describe('DividerComponent', () => {
let component: DividerComponent;
let fixture: ComponentFixture<DividerComponent>;
Expand Down
1 change: 0 additions & 1 deletion libs/designsystem/form-field/src/input/input.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export enum InputSize {
hostDirectives: [
{
directive: DateInputDirective,
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
inputs: ['prefillYear', 'useNativeDatePicker'],
},
],
Expand Down
1 change: 0 additions & 1 deletion libs/designsystem/icon/src/kirby-icon-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const sortIconsByName = (icons: Icon[]) => {
return icons.sort((a, b) => collator.compare(a.name, b.name));
};

/* eslint-disable */
export const kirbyIconSettings: IconSettings = {
icons: sortIconsByName([
{ name: 'accounts-outline', svg: 'accounts-outline.svg' },
Expand Down

0 comments on commit c10748c

Please sign in to comment.