Skip to content

Commit

Permalink
Merge pull request #6731 from TheThingsNetwork/fix/headers
Browse files Browse the repository at this point in the history
Fix missing header
  • Loading branch information
adriansmares authored Dec 1, 2023
2 parents c24ca19 + bc7933f commit a8bc53d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webui/console/containers/gateway-connection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Message from '@ttn-lw/lib/components/message'

import LastSeen from '@console/components/last-seen'

import useConnectionReactor from '@console/containers/gateway-connection/useConnectionReactor'
import useConnectionReactor from '@console/containers/gateway-connection/use-connection-reactor'

import PropTypes from '@ttn-lw/lib/prop-types'
import sharedMessages from '@ttn-lw/lib/shared-messages'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
// Copyright © 2023 The Things Network Foundation, The Things Industries B.V.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

import { useEffect, useRef } from 'react'
import { useDispatch, useSelector } from 'react-redux'

Expand Down

0 comments on commit a8bc53d

Please sign in to comment.