Skip to content

Commit d725735

Browse files
joeeparkfscgoldenRobbyTiptondavidkim7773khobread
committed
Added comments
Co-authored-by: Chris LeBrett <[email protected]> Co-authored-by: Robby Tipton <[email protected]> Co-authored-by: Joseph Park <[email protected]> Co-authored-by: David Kim <[email protected]> Co-authored-by: Kevin HoEun Lee <[email protected]>
1 parent 7ce3ecb commit d725735

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/containers/ActionContainer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function ActionContainer(props): JSX.Element {
146146
setRecordingActions(!recordingActions);
147147
};
148148

149-
149+
// Logic to create the components for the route descriptions.
150150
// Create a cache that will be an array of all the route paths.
151151
const cache = [];
152152
for (let i = 0; i < actionsArr.length; i++) {
@@ -211,6 +211,7 @@ function ActionContainer(props): JSX.Element {
211211
Clear
212212
</button>
213213
</div>
214+
{/* Rendering of the cache2 component */}
214215
{Object.keys(cache2).map((element) => {
215216
return (
216217
<RouteDescription actions = {cache2[element]}></RouteDescription>

0 commit comments

Comments
 (0)