• This component displays a back button that aims to navigate to a previously viewed page.

    Parameters

    • props: {
          isHidden?: boolean;
      }

      Properties of this view:

      • OptionalisHidden?: boolean

        The flag that specifies whether the button should be displayed

    Returns React.ReactElement