diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-29 23:00:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-29 23:00:22 -0400 |
| commit | f6a741f38a33bdb30b3a1d88215656dcd3d0712d (patch) | |
| tree | df88320222c743d26f2b1341c1489671277baec9 /src/client/views/PropertiesDocBacklinksSelector.tsx | |
| parent | ab873e90112f2cac204a57a1b405cc241f7e8381 (diff) | |
eslint fixes.
Diffstat (limited to 'src/client/views/PropertiesDocBacklinksSelector.tsx')
| -rw-r--r-- | src/client/views/PropertiesDocBacklinksSelector.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/PropertiesDocBacklinksSelector.tsx b/src/client/views/PropertiesDocBacklinksSelector.tsx index be5b7ec1f..e079b5cde 100644 --- a/src/client/views/PropertiesDocBacklinksSelector.tsx +++ b/src/client/views/PropertiesDocBacklinksSelector.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react/require-default-props */ /* eslint-disable react/no-unused-prop-types */ import { action } from 'mobx'; import { observer } from 'mobx-react'; |
