mirror of
https://github.com/navidrome/navidrome.git
synced 2026-04-28 11:29:38 +00:00
Reformat code with Prettier's new rules.
This commit is contained in:
parent
735d670a5b
commit
86757663d6
82 changed files with 236 additions and 222 deletions
|
|
@ -39,11 +39,11 @@ export const MultiLineTextField = memo(
|
|||
key={md5(line + idx)}
|
||||
dangerouslySetInnerHTML={{ __html: line }}
|
||||
/>
|
||||
)
|
||||
),
|
||||
)}
|
||||
</Typography>
|
||||
)
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
MultiLineTextField.defaultProps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue