Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming committed Jan 14, 2024
1 parent 20195f5 commit a2bd900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/desktop-client/src/components/modals/EditRule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
} from 'loot-core/src/shared/util';

import { useSelected, SelectedProvider } from '../../hooks/useSelected';
import { Delete, SvgAdd, SvgSubtract } from '../../icons/v0';
import { SvgDelete, SvgAdd, SvgSubtract } from '../../icons/v0';
import { SvgInformationOutline } from '../../icons/v1';
import { styles, theme } from '../../style';
import { Button } from '../common/Button';
Expand Down Expand Up @@ -1026,7 +1026,7 @@ export function EditRule({ modalProps, defaultRule, onSave: originalOnSave }) {
}}
aria-label="Delete split"
>
<Delete
<SvgDelete
style={{
width: 8,
height: 8,
Expand Down

0 comments on commit a2bd900

Please sign in to comment.