|
@@ -10,7 +10,7 @@ interface IWidget extends IDisplayWrapperProps {
|
|
|
const ParaCtl = (props: IWidget) => {
|
|
const ParaCtl = (props: IWidget) => {
|
|
|
return (
|
|
return (
|
|
|
<DisplayWrapper {...props}>
|
|
<DisplayWrapper {...props}>
|
|
|
- <TypePali type="para" id={props.id} />
|
|
|
|
|
|
|
+ <TypePali type="para" id={props.id} hideNav />
|
|
|
</DisplayWrapper>
|
|
</DisplayWrapper>
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|