Skip to content

Commit ebabf7d

Browse files
committed
Fix lint issue
1 parent bc00b48 commit ebabf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/react/components/Help/HelpContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const HelpContainer = () => {
5454
)
5555
}
5656

57-
function EmptyQueryBoundary({ children, fallback }) {
57+
function EmptyQueryBoundary ({ children, fallback }) {
5858
const { indexUiState } = useInstantSearch()
5959

6060
if (!indexUiState.query) {

0 commit comments

Comments
 (0)