fix eslint, lint compliance
This commit is contained in:
parent
b84a3b22dc
commit
e7acbd72fa
5 changed files with 7 additions and 15 deletions
|
@ -10,12 +10,9 @@ interface hotbarProps extends Roact.JsxInstanceProperties<Frame> {
|
|||
}
|
||||
|
||||
const hotbar: Hooks.FC<hotbarProps> = (props, hooks) => {
|
||||
const {} = hooks
|
||||
const {} = props
|
||||
|
||||
const spreadableProps = { ...props } as Partial<hotbarProps>
|
||||
|
||||
const { world, clientState } = useWorldContext(hooks)
|
||||
const { clientState } = useWorldContext(hooks)
|
||||
|
||||
const keycodes: Enum.KeyCode[] = [
|
||||
Enum.KeyCode.One,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue