pre-commit now does yarn format and several other tasks

This commit is contained in:
Koper
2023-08-02 18:35:38 +07:00
parent 7192e9b1b9
commit a8ea3a8bdf
11 changed files with 99 additions and 85 deletions

View File

@@ -1,7 +1,10 @@
import { Mulberry32 } from "../utils.js";
import React, { useState, useEffect } from "react";
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faChevronRight, faChevronDown } from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {
faChevronRight,
faChevronDown,
} from "@fortawesome/free-solid-svg-icons";
export function Dashboard({
isRecording,
@@ -47,7 +50,6 @@ export function Dashboard({
</div>
))}
{finalSummary && (
<div className="mt-2 p-2 bg-white temp-transcription rounded">
<h2>Final Summary</h2>