mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-05-24 15:46:14 +00:00
refactor: reorder arguments in web ui
This commit is contained in:
@@ -30,5 +30,5 @@ interface PkgbuildTabProps {
|
||||
export default function PkgbuildTab({ packageBase, repository }: PkgbuildTabProps): React.JSX.Element {
|
||||
const data = usePackageChanges(packageBase, repository);
|
||||
|
||||
return <CodeBlock language="bash" content={data?.pkgbuild ?? ""} height={400} />;
|
||||
return <CodeBlock content={data?.pkgbuild ?? ""} height={400} language="bash" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user