Skip to content

Commit 8925bcb

Browse files
committed
[security-check] - fix lint error
1 parent acb64b5 commit 8925bcb

File tree

2 files changed

+0
-2
lines changed
  • samples
    • sample-presentation-dropdown-plugin/src/components/sample-presentation-dropdown-plugin
    • sample-user-list-dropdown-plugin/src/sample-user-list-dropdown-plugin-item

2 files changed

+0
-2
lines changed

samples/sample-presentation-dropdown-plugin/src/components/sample-presentation-dropdown-plugin/component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { SamplePresentationDropdownPluginProps } from './types';
1212
function SamplePresentationDropdownPlugin(
1313
{ pluginApi }: SamplePresentationDropdownPluginProps,
1414
): React.ReactElement<SamplePresentationDropdownPluginProps> {
15-
1615
useEffect(() => {
1716
const presentationDropdownOption:
1817
PresentationDropdownInterface = new PresentationDropdownOption({

samples/sample-user-list-dropdown-plugin/src/sample-user-list-dropdown-plugin-item/component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { useEffect } from 'react';
33

44
import {
55
BbbPluginSdk,
6-
PluginApi,
76
pluginLogger,
87
UserListDropdownFixedContentInformation,
98
UserListDropdownInterface,

0 commit comments

Comments
 (0)