Skip to content

Commit

Permalink
resolve typescript errors created from merging PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sawka committed Sep 7, 2023
1 parent aaaf7af commit 2fa0239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ type RendererModel = {
type SimpleBlobRendererComponent = React.ComponentType<{
data: Blob;
readOnly?: boolean;
notFound?: boolean;
isSelected?: boolean;
cmdstr?: string;
cwd?: string;
exitcode?: number;
Expand Down
1 change: 0 additions & 1 deletion src/view/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ declare var monaco: any;
class SourceCodeRenderer extends React.Component<
{
data: Blob;
readOnly: boolean;
cmdstr: string;
cwd: string;
readOnly: boolean;
Expand Down

0 comments on commit 2fa0239

Please sign in to comment.