Skip to content

Commit 1d3c334

Browse files
committed
Added comments.
1 parent 3ee80bf commit 1d3c334

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/context/DetailsContext.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22

3+
// Used to save query results. Laid foundation for conditional rendering similar to how SetupContext was used.
34
const DetailContext = React.createContext({
45
detailData: null,
56
detailSelected: null,

app/context/OverviewContext.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22

3+
// Used to save query results. Laid foundation for conditional rendering similar to how SetupContext was used.
34
const OverviewContext = React.createContext({
45
overviewData: null,
56
overviewStatus: true,

0 commit comments

Comments
 (0)