|
|
@@ -157,13 +157,7 @@ function StickyScrollFixture(props: { separated: boolean; scroll: (scroll: Scrol
|
|
|
|
|
|
function FailedPendingToolFixture() {
|
|
|
return (
|
|
|
- <InlineToolRow
|
|
|
- icon="%"
|
|
|
- complete={false}
|
|
|
- pending="Preparing patch..."
|
|
|
- failed={true}
|
|
|
- failure="Patch failed"
|
|
|
- >
|
|
|
+ <InlineToolRow icon="%" complete={false} pending="Preparing patch..." failed={true} failure="Patch failed">
|
|
|
Patch
|
|
|
</InlineToolRow>
|
|
|
)
|
|
|
@@ -171,13 +165,7 @@ function FailedPendingToolFixture() {
|
|
|
|
|
|
function FailedCompleteToolFixture() {
|
|
|
return (
|
|
|
- <InlineToolRow
|
|
|
- icon="→"
|
|
|
- complete={true}
|
|
|
- pending="Reading file..."
|
|
|
- failed={true}
|
|
|
- failure="Read failed"
|
|
|
- >
|
|
|
+ <InlineToolRow icon="→" complete={true} pending="Reading file..." failed={true} failure="Read failed">
|
|
|
Read src/index.ts
|
|
|
</InlineToolRow>
|
|
|
)
|