Skip to content

Commit 6f0fa23

Browse files
committed
chore: format sources page with prettier
1 parent 77db47b commit 6f0fa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/sources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function getIcon(type: string) {
233233
function isActiveMiningSource(source: MiningSource): boolean {
234234
return Boolean(
235235
$leadminer.activeMiningSource?.email === source.email &&
236-
$leadminer.miningTask,
236+
$leadminer.miningTask,
237237
);
238238
}
239239

0 commit comments

Comments
 (0)