mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
Lint files based on updated rules
This commit is contained in:
@@ -18,6 +18,7 @@ export const ServerList = () => {
|
||||
const handleAddServerModal = () => {
|
||||
openContextModal({
|
||||
innerProps: {
|
||||
// eslint-disable-next-line react/no-unstable-nested-components
|
||||
modalBody: (vars: ContextModalVars) => (
|
||||
<AddServerForm onCancel={() => vars.context.closeModal(vars.id)} />
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user