Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaSimonePorceddu authored and Mauro Erta committed Nov 30, 2022
1 parent 1f1ce8d commit da733f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/src/morfeoAction.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getStyles } from '@morfeo/jss';
import { component, Style } from '@morfeo/web';

const DEFAULT_ELEMENT_NAME = 'morfeo-element'
const DEFAULT_ELEMENT_NAME = 'morfeo-element';

function getElementName({ componentName, variant, state }: Style) {
let elementName = '';
Expand Down

0 comments on commit da733f3

Please sign in to comment.