diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 237d15a28d..e153c57fde 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -706,9 +706,7 @@ import { MyComponent } from '#components' describe('MyComponent', () => { it('should have no accessibility violations', async () => { const component = await mountSuspended(MyComponent, { - props: { - /* required props */ - }, + props: {/* required props */}, }) const results = await runAxe(component) expect(results.violations).toEqual([]) diff --git a/app/components/Org/OperationsQueue.vue b/app/components/Org/OperationsQueue.vue index 3d656d5576..55be428eb4 100644 --- a/app/components/Org/OperationsQueue.vue +++ b/app/components/Org/OperationsQueue.vue @@ -422,8 +422,7 @@ watch(isExecuting, executing => {
{{ op.result.stderr }}
+ >{{ op.result.stderr }}