Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/components/exercise/lab13/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import IDEIntroduction from "./pages/IDEIntroduction";
*/
const Main = () => {
return (
<div className="bottomSpace tw-overflow-y-scroll tw-p-6">
<div className="bottomSpace tw-p-6">
<ExerciseStateProvider>
<Router className="app">
<ExerciseIntroduction default path="/" />
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/about-us/MemberDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const MemberDisplay = (props) => {
})}
</div>
</div>
{currentMember.favoritelab !== null ? (
{currentMember.favoritelab ? (
<div id="member-favorite-lab">
<h4 className="tw-m-0 tw-mb-3 tw-font-bold tw-sub-title">
Favorite Lab
Expand Down
Loading