diff options
Diffstat (limited to '')
-rw-r--r-- | bench/hot-module-reloading/css-stress-test/src/index.tsx (renamed from examples/css-stress-test/src/index.tsx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/css-stress-test/src/index.tsx b/bench/hot-module-reloading/css-stress-test/src/index.tsx index 4c288c3cc..35e7fceab 100644 --- a/examples/css-stress-test/src/index.tsx +++ b/bench/hot-module-reloading/css-stress-test/src/index.tsx @@ -7,7 +7,7 @@ const Base = ({}) => { typeof location !== "undefined" ? decodeURIComponent(location.search.substring(1)) : null; - return <Main productName={name || "asdasdasdasdasdasd"} />; + return <Main productName={name} />; }; function startReact() { |