mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Lint
This commit is contained in:
@@ -117,7 +117,7 @@ export function EnhancedRenderCode(props: {
|
||||
{/*<div>Text Buffer Id</div>*/}
|
||||
{/*<div>{fragmentId}</div>*/}
|
||||
</Box>
|
||||
), [props.code, props.semiStableId, props.title]);
|
||||
), [props.code, props.isPartial, props.semiStableId, props.title]);
|
||||
|
||||
const headerRow = React.useMemo(() => {
|
||||
const Icon = CodeIcon;
|
||||
|
||||
Reference in New Issue
Block a user