We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786b94d commit 4203e96Copy full SHA for 4203e96
src/app/components/Diff.tsx
@@ -13,8 +13,7 @@ interface DiffProps {
13
* @param props props from maincontainer
14
* @returns a diff tree or a string stating no state changes have happened
15
*/
16
-// LL added Record<string, unknown> for return statement on function
17
-function Diff(props: DiffProps): Record<string, unknown> {
+function Diff(props: DiffProps) {
18
const { snapshot, show } = props;
19
const [mainState] = useStoreContext();
20
const { currentTab, tabs } = mainState; // k/v pairs of mainstate store object being created
0 commit comments