Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 463323c

Browse files
committed
Fix typo
1 parent 1f867b2 commit 463323c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/integrations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Layout from '../../components/Layout';
55
import IntegrationCard from '../../components/IntegrationCard';
66

77
const Integrations = (props) => {
8-
const scanner = props.data.scanner.edges;
8+
const scanners = props.data.scanner.edges;
99
const hook = props.data.hook.edges;
1010
const persistenceProvider = props.data.persistenceProvider.edges;
1111

0 commit comments

Comments
 (0)