diff --git a/computerscience/compiler.html b/computerscience/compiler.html
index 2ff2d5c..32bdbb1 100644
--- a/computerscience/compiler.html
+++ b/computerscience/compiler.html
@@ -1825,7 +1825,7 @@
My Projects
initialVars[match[1]] = match[2].trim();
}
- renderWatchPanel(initialVars, 'variableWatchPre', 'Initial State');
+ renderWatchPanel(initialVars, 'variableWatchPre');
}
function renderWatchPanel(vars, containerId) {