zhongqishang commented on code in PR #3672:
URL: https://github.com/apache/amoro/pull/3672#discussion_r2235078775


##########
amoro-web/src/views/tables/index.vue:
##########
@@ -142,6 +143,9 @@ export default defineComponent({
           <div class="g-flex">
             <span :title="baseInfo.tableName" class="table-name 
g-text-nowrap">{{ baseInfo.tableName }}</span>
           </div>
+          <div class="table-info g-flex-ac">

Review Comment:
   Add `v-if="baseInfo.comment"`, and it will be more friendly not to display 
comment when there is no value. WDYT?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to