File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
packages/idb-cache-app/src Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { View } from "@instructure/ui-view";
88import { Flex } from "@instructure/ui-flex" ;
99import { Heading } from "@instructure/ui-heading" ;
1010import { NumberInput } from "@instructure/ui-number-input" ;
11- import { TextInput } from "@instructure/ui-text-input" ;
1211import GitHubLink from "./components/GitHubLink" ;
1312import BlankStat from "./components/BlankStat" ;
1413import { CacheKey } from "./components/CacheKey" ;
@@ -259,7 +258,7 @@ const App = () => {
259258 < Flex >
260259 < Flex . Item size = "33.3%" >
261260 < Metric
262- renderLabel = "Generate Test Data "
261+ renderLabel = "fixtures "
263262 data-testid = "generate-time"
264263 renderValue = {
265264 timeToGenerate !== null ? (
@@ -286,7 +285,7 @@ const App = () => {
286285 < Flex . Item size = "33.3%" >
287286 < Metric
288287 data-testid = "hash1"
289- renderLabel = "Hash "
288+ renderLabel = "hash "
290289 renderValue = { hash1 || < BlankStat /> }
291290 />
292291 </ Flex . Item >
@@ -323,7 +322,7 @@ const App = () => {
323322 </ Flex . Item >
324323 < Flex . Item size = "33.3%" >
325324 < Metric
326- renderLabel = "Hash "
325+ renderLabel = "hash "
327326 data-testid = "hash2"
328327 renderValue = { hash2 || < BlankStat /> }
329328 />
@@ -360,7 +359,7 @@ const App = () => {
360359 </ Flex . Item >
361360 < Flex . Item size = "33.3%" >
362361 < Metric
363- renderLabel = "Chunks "
362+ renderLabel = "chunks "
364363 data-testid = "count-value"
365364 renderValue = {
366365 typeof itemCount === "number" ? (
You can’t perform that action at this time.
0 commit comments