Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilK-027 committed Dec 10, 2024
1 parent 833f1c7 commit afeb361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ $reports_sent_back_color: #da1e28;
}

&--handle-bar-icon {
margin-top: 0px;
margin-bottom: 2px;
margin: 0 0 2px 0;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { AddTxnToReportDialogComponent } from './add-txn-to-report-dialog.compon
import { expectedReportsSinglePage } from 'src/app/core/mock-data/platform-report.data';
import { ExactCurrencyPipe } from 'src/app/shared/pipes/exact-currency.pipe';

fdescribe('AddTxnToReportDialogComponent', () => {
describe('AddTxnToReportDialogComponent', () => {
let component: AddTxnToReportDialogComponent;
let fixture: ComponentFixture<AddTxnToReportDialogComponent>;
let currencyService: jasmine.SpyObj<CurrencyService>;
Expand Down

0 comments on commit afeb361

Please sign in to comment.