aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authoreperelm2 <emily_perelman@brown.edu>2023-06-08 10:11:13 -0400
committereperelm2 <emily_perelman@brown.edu>2023-06-08 10:11:13 -0400
commitae956f7e5c3d4f95a7a59ce21c79ec0ce665069b (patch)
treeb8b00d90c9b51c14c211147c35cb4cd720ede634 /src/client/views/PropertiesView.tsx
parent6707f6ad559b463e514bdbbd634ded25bae4a5f7 (diff)
staring on thursday
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index c5dd0eaf5..5ba71b815 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -486,7 +486,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
const documentType = StrCast(this.selectedDoc?.type)
//console.log("this is tyoe " + typezzz)
var currentType: string = "";
- var currentTypeComponent = <BsFillFileEarmarkImageFill/>;
+ var currentTypeComponent = <BsFillFileEarmarkImageFill/>;
currentType = documentType
// currentTypeComponent = //c
@@ -511,8 +511,10 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
<div className = "propertiesView-wordType">Type</div>
<div className= "currentType">
+
{/* <Icon iconName = "AiFillFileText"></Icon> */}
{/* <IconButton icon={StrCast(this.selectedDoc?.systemIcon)}></IconButton> */}
+ {/* {currentTypeComponent} */}
{currentType}
</div>
</div>